10 lines
167 B
JavaScript

module.exports = {
publicPath: '.',
configureWebpack: {
performance: {
maxAssetSize: 2000000,
maxEntrypointSize: 2000000
}
}
}