File size: 109 Bytes
1e92f2d | 1 2 3 4 5 6 7 | module.exports = {
webpack: (config) => {
config.optimization.minimize = true
return config
},
}
|
1e92f2d | 1 2 3 4 5 6 7 | module.exports = {
webpack: (config) => {
config.optimization.minimize = true
return config
},
}
|