Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Mar 12, 2018
1 parent 28c25c0 commit 4a09594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// webpack.config.js
const config = require('./webpack.config.default');

// for multiple webpack configurations create another webpack config file and require it here
// for multiple webpack configurations, create another webpack config file and require it here
// const anotherConfig = require('./webpack.config.anotherConfig');

// export the final configuration
// for multiple webpack configuration add imported configuration to export array eg. module.exports = [config, anotherConfig];
// for multiple webpack configurations, add imported configuration to export array eg. module.exports = [config, anotherConfig];
module.exports = [config];

0 comments on commit 4a09594

Please sign in to comment.