Optimize bundle.

This commit is contained in:
Paulo Gustavo Veiga 2021-02-16 00:12:28 -08:00
parent 7b24c26d46
commit 8553cf3629
2 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,7 @@
"@material-ui/lab": "^4.0.0-alpha.57", "@material-ui/lab": "^4.0.0-alpha.57",
"@reduxjs/toolkit": "^1.5.0", "@reduxjs/toolkit": "^1.5.0",
"axios": "^0.14.0", "axios": "^0.14.0",
"moment": "^2.29.1", "moment-mini": "^2.29.1",
"react": "^17.0.0", "react": "^17.0.0",
"react-dom": "^17.0.0", "react-dom": "^17.0.0",
"react-google-recaptcha": "^2.1.0", "react-google-recaptcha": "^2.1.0",

View File

@ -6,5 +6,6 @@ module.exports = merge(common, {
devtool: 'source-map', devtool: 'source-map',
optimization: { optimization: {
minimize: true, minimize: true,
usedExports: true
}, },
}); });