shlomiassaf / webpack-dll-bundles-plugin

A Webpack plugin for bundling group of packages as DLLs
MIT License
55 stars 12 forks source link

Real project sample #15

Open radut opened 7 years ago

radut commented 7 years ago

Hi, Does this fix the need to have 2 compilations, or does it split your config into multiple configs with dllref and dll... ?

Anyway a real example including all files like package.json.. will be great.

tsawan commented 7 years ago

You can check https://github.com/AngularClass/angular2-webpack-starter for example.