Open yukulele opened 5 years ago
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. https://github.com/webpack/webpack/issues/2933
Rollup could probably do it.
Hi, We need to be able LDFlex as an ES6 module that could be imported directly from a CDN in a browser.