Skip to content

Use standard ES6 import methods that support NPM

Compare
Choose a tag to compare
@hegrec hegrec released this 18 Mar 17:06
· 193 commits to master since this release

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",