Skip to content

Commit

Permalink
feat(webpack): Add NamedModulesPlugin (react-boilerplate#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
simobasso authored and mxstbr committed Oct 22, 2016
1 parent 63c2994 commit d4e0052
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internals/webpack/webpack.base.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ module.exports = (options) => ({
NODE_ENV: JSON.stringify(process.env.NODE_ENV),
},
}),
new webpack.NamedModulesPlugin(),
]),
postcss: () => [
postcssFocus(), // Add a :focus to every :hover
Expand Down

0 comments on commit d4e0052

Please sign in to comment.