-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
ES6 module format conversion #520
Comments
wkeese
added a commit
that referenced
this issue
Feb 16, 2020
Also avoid using domReady! as a plugin since Webpack can't handle it. Refs #520.
wkeese
added a commit
that referenced
this issue
Mar 12, 2020
wkeese
added a commit
to ibm-js/deliteful
that referenced
this issue
Mar 12, 2020
wkeese
added a commit
to ibm-js/deliteful
that referenced
this issue
Mar 12, 2020
wkeese
added a commit
that referenced
this issue
Mar 19, 2020
wkeese
added a commit
to ibm-js/dcalendar
that referenced
this issue
Mar 19, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Convert code to use Webpack as a pre-cursor to converting code to run on lit-html while still being able to run on IE11 and use existing AMD dependencies such as dojo and dstore.
As far as I can tell, the general steps involved are:
The conversion then needs to be done for all downstream projects (including deliteful and dcalendar).
The text was updated successfully, but these errors were encountered: