From 4a09594f5863094b3f7554f9752db6edc96559da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Mon, 12 Mar 2018 14:58:17 +0100 Subject: [PATCH] Typos --- webpack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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];