Use standard ES6 import methods that support NPM
Breaking changes
Removing JSPM as the self executing bundle generator and adding webpack to handle that bit.
window
bound bundles continue to be used from dist/stencil-utils.min.js
as a <script>
tag in the markup of a page.
Any themes that were utilizing JSPM before will need to manually resolve the package eventemitter2
by updating their package.json
and config.js
to point to have "eventemitter2": "github:asyncly/EventEmitter2@^0.4.14",
and not "asyncly/EventEmitter2": "github:asyncly/EventEmitter2@^0.4.14",