From 434b9962313dadab0c4c32d797eed2b07e3b4b76 Mon Sep 17 00:00:00 2001 From: Indrashish Ghosh Date: Wed, 5 Apr 2017 23:45:47 +0530 Subject: [PATCH] Change build config --- build/webpack.prod.conf.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build/webpack.prod.conf.js b/build/webpack.prod.conf.js index 1228fb2b..d15676f4 100644 --- a/build/webpack.prod.conf.js +++ b/build/webpack.prod.conf.js @@ -63,6 +63,7 @@ var webpackConfig = merge(baseWebpackConfig, { // necessary to consistently work with multiple chunks via CommonsChunkPlugin chunksSortMode: 'dependency' }), + // Commenting the lines below, because we want to compile the js into one file // split vendor js into its own file // new webpack.optimize.CommonsChunkPlugin({ // name: 'vendor',