mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2024-04-21 12:32:08 +00:00
improve (speed): frontend code removal - decrease loading time by 23% and bundle size by 8% :O
This commit is contained in:
@@ -9,7 +9,6 @@ const CompressionPlugin = require('compression-webpack-plugin');
|
||||
|
||||
let config = {
|
||||
entry: {
|
||||
polyfill: 'babel-polyfill',
|
||||
app: path.join(__dirname, 'client', 'index.js')
|
||||
},
|
||||
output: {
|
||||
|
||||
Reference in New Issue
Block a user