improve (speed): frontend code removal - decrease loading time by 23% and bundle size by 8% :O

This commit is contained in:
Mickael Kerjean
2019-04-30 14:26:47 +10:00
parent b3dc3f04b3
commit 8ff77091d9
-1
View File
@@ -9,7 +9,6 @@ const CompressionPlugin = require('compression-webpack-plugin');
let config = {
entry: {
polyfill: 'babel-polyfill',
app: path.join(__dirname, 'client', 'index.js')
},
output: {