Skip to content

Commit

Permalink
config: Exclude webpack itself from the dll build process
Browse files Browse the repository at this point in the history
  • Loading branch information
smspillaz committed Feb 25, 2018
1 parent 1f03135 commit 721b695
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions internals/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,21 @@ const ReactBoilerplate = {
* by listing them here.
*/
exclude: [
'add-asset-html-webpack-plugin',
'add-asset-webpack-plugin',
'chalk',
'circular-dependency-plugin',
'compression',
'cross-env',
'express',
'ip',
'html-webpack-plugin',
'minimist',
'sanitize.css',
'webpack-node-externals',
'webpack',
'webpack-dev-middleware',
'webpack-hot-middleware',
],

/**
Expand Down

0 comments on commit 721b695

Please sign in to comment.