We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, We need to be able LDFlex as an ES6 module that could be imported directly from a CDN in a browser.
The text was updated successfully, but these errors were encountered:
Does https://solid.github.io/query-ldflex/dist/solid-query-ldflex.bundle.js help?
Sorry, something went wrong.
Thank you, but it doesn't work, what I would like is to be able to import it in the es6 style:
import solid from 'solid-query-ldflex-es6.js';
Got it; creating a webpack configuration for this purpose will do, and then we can reuse the same build mechanism.
unfortunately, webpack seam unable to target es6 module output. webpack/webpack#2933
Rollup could probably do it.
No branches or pull requests
Hi,
We need to be able LDFlex as an ES6 module that could be imported directly from a CDN in a browser.
The text was updated successfully, but these errors were encountered: