aurelia / loader-webpack

An implementation of Aurelia's loader interface to enable webpack.
MIT License
26 stars 10 forks source link

feat(all): import by module names explicitly + TypeScript #25

Closed niieani closed 7 years ago

niieani commented 7 years ago

BREAKING CHANGE: this version of loader-webpack will not work with the webpack-plugin, and has to use the loaders and plugins available in the package: webpack-dependency-suite.

More info here: https://github.com/aurelia/skeleton-navigation/pull/714

Should be published with a major version bump.

niieani commented 7 years ago

@EisenbergEffect can you release this as 2.0.0? We don't need to merge to master, I'm open to keeping both v1 and v2 in different branches so that we could still bugfix v1.0, if people take a longer time to migrate to v2.

Using a major bump, v2.0.0, won't break any codebases, but we'll be able to move forward testing the new Webpack stack.