aurelia / loader-webpack

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

Use a named chunk #9

Closed niieani closed 8 years ago

niieani commented 8 years ago

Fixes:

EisenbergEffect commented 8 years ago

@niieani Can you back out the "prepare-release" commit? I'll do that as part of the official release process. Also, we've got a bunch of PRs you've put together related to Webpack. Do they all need to go in together? Or are some independent from each other?

niieani commented 8 years ago

@EisenbergEffect Sure. I'm working on few more fixes right now that should polish Webpack support. After I'm done, I'll rebase removing the prepare-release commits.

niieani commented 8 years ago

@EisenbergEffect I've removed the "prepare-release" commit. This is safe to merge even without the other PRs (only one line changed). It's the new webpack skeleton that requires both this change and the rewritten webpack-plugin.