-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Bien le bonjour !
I wanted to use this module in a Symfony project with the AssetMapper component (which uses caniuse.com/es6-module-dynamic-import
under the hood).
This setup fetches an ESM build from jsDelivr, which unfortunately isn’t available at the moment:
https://cdn.jsdelivr.net/npm/quill-resize-module@2.0.8/+esm
After digging into the project, I was able to update the webpack config to generate an ESM output.
Would it be possible to make this (resize) module available as an ESM build on jsDelivr?
You can take a look at my work here:
https://github.com/Qt1Rbt/quill-resize-module/tree/feat/esm
Let me know if you’d like me to open a PR.
I’m not a frontend developer and not very familiar with the Webpack/JS ecosystem, so I’m not entirely sure if my changes could break anything for anyone
Edit: Seems like I forgor I already opened a PR #25