aurelia / webpack-plugin

A plugin for webpack that enables bundling Aurelia applications.
MIT License
90 stars 36 forks source link

Webpack docs - update needed #147

Closed domenkogler closed 6 years ago

domenkogler commented 6 years ago

I'm submitting a feature request

Duplicate Modules in Multiple Bundles describes use of CommonsChunkPlugin, but it is depreciated after Webpack v4 release in favor of optimization.splitChunks.

jods4 commented 6 years ago

Thanks for the notice. I believe the hub docs still refer to our previous v1 webpack plugin and as such are severly outdated. In the meantime the wiki here is your best source of information when using v2+.

@EisenbergEffect should we create an issue in aurelia/documentation?

EisenbergEffect commented 6 years ago

Yes, please open an issue for this documentation task. All I need is a PR to update the markdown files with correct content. I can publish updated docs as soon as I have that. The existing docs are here: https://github.com/aurelia/framework/tree/master/doc/article/en-US

jods4 commented 6 years ago

I just linked this with aurelia/documentation#348.

I am closing this issue as this repo is really about the plugin itself, not docs. @domenkogler feel free to comment in that other issue.