aurelia / loader-webpack

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

feat(index): implement PLATFORM.eachModule #13

Closed niieani closed 8 years ago

niieani commented 8 years ago

Needed for https://github.com/aurelia/webpack-plugin/commit/54d7c655fca9df55a6425488fbcdef9ccac4a8de

niieani commented 8 years ago

Webpack's internal require is now exposed, integrated into Aurelia's loader and called first, which means you can now load entirely external chunks into the loader (think: pluggable component files). :) @EisenbergEffect Can I ask you to merge this and https://github.com/aurelia/bootstrapper-webpack/pull/10?

Then I'd ask you to release all Webpack related packages:

Thanks!