Skip to content
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

Open
wkeese opened this issue Feb 1, 2020 · 0 comments
Open

ES6 module format conversion #520

wkeese opened this issue Feb 1, 2020 · 0 comments

Comments

@wkeese
Copy link
Member

wkeese commented Feb 1, 2020

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:

  1. Roll up all the functional test files into a single Storybook-like "application".
  2. Convert AMD code to ES6 using https://www.npmjs.com/package/amd-to-es6.
  3. Add actual webpack build, following pattern in https://github.com/theintern/intern-examples/tree/master/webpack-example.

The conversion then needs to be done for all downstream projects (including deliteful and dcalendar).

@wkeese wkeese changed the title webpack conversion ES6 module format conversion Feb 7, 2020
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 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 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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant