diff --git a/webpack.config.js b/webpack.config.js index 91aee7363..138af01ea 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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];