You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no need to force browserify (browserify-shim specifically) in the dependencies. Causes annoying errors and warnings for projects using alternative bundlers (webpack) and polyfills (core-js).
The text was updated successfully, but these errors were encountered:
This exists so that the packaged version does not include the Leaflet code. I would welcome any PR that makes this work with other bundlers. I don't use them so I would not know where to start.
I'm having the same problem. I have warning telling me to install browserify >= 2.3 because browserify-shim depends on it.
Correct me if I'm wrong, but I shouldn't need to have browserify-shim installed at all if I'm simply using your package along with leaflet, can't it simply be moved into the devDependencies? Even the browserify-shim README states to install it in devDependencies.
There's no need to force browserify (browserify-shim specifically) in the dependencies. Causes annoying errors and warnings for projects using alternative bundlers (webpack) and polyfills (core-js).
The text was updated successfully, but these errors were encountered: