From 8ff77091d9455c7294096820416eb7fcc5b9407d Mon Sep 17 00:00:00 2001 From: Mickael Kerjean Date: Tue, 30 Apr 2019 14:26:47 +1000 Subject: [PATCH] improve (speed): frontend code removal - decrease loading time by 23% and bundle size by 8% :O --- webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 3dcd1b8a..a9ff16d4 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -9,7 +9,6 @@ const CompressionPlugin = require('compression-webpack-plugin'); let config = { entry: { - polyfill: 'babel-polyfill', app: path.join(__dirname, 'client', 'index.js') }, output: {