Post Rollup plugin compatibility
See original GitHub issueThe big rollup commit broke https://github.com/mapzen/leaflet-geocoder, and possibly other plugins. The actual error message in that case is with L.Mixin.Events
:
Uncaught TypeError: Cannot read property 'Events' of undefined
My question is:
- Is it a change by design, and if so, is there a guideline for porting plugins to Leaflet 1.0.4 (or 1.1) so we can contribute to some common plugins to fix their issues?
- If not, please consider this a bug report.
Minimal example: https://playground-leaflet.rhcloud.com/qatu/1/edit?html,output
Issue Analytics
- State:
- Created 7 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
Plugin API - Vite
Rollup Plugin Compatibility In general, as long as a Rollup plugin fits the following criteria then it should just work as a Vite...
Read more >Post Rollup plugin compatibility · Issue #5358 - GitHub
My question is: Is it a change by design, and if so, is there a guideline for porting plugins to Leaflet 1.0.4 (or...
Read more >rollup.js
Compatibility. Importing CommonJS. Rollup can import existing CommonJS modules through a plugin. Publishing ES Modules. To make sure your ES modules ...
Read more >Vite Rollup Plugins
A list of rollup plugins compatibility for Vite ~3.0.0 ; alias. Define and resolve aliases for bundle dependencies ; auto-install · Automatically install ......
Read more >@rollup/plugin-commonjs - npm
This plugin requires an LTS Node version (v14.0.0+) and Rollup v2.68.0+. If you are using @rollup/plugin-node-resolve , it should be v13.0.6 ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think you can call
leaflet.label
deprecated as we now have label support in core leaflet@louh I’ll have a look.