optimize phone step
This commit is contained in:
committed by
Oleksandr Turchyn
parent
e9172392b5
commit
1ad8d9196a
@@ -11,6 +11,7 @@ const configs = generateWebpackConfig({
|
||||
},
|
||||
optimization: {
|
||||
runtimeChunk: false,
|
||||
concatenateModules: !process.env.BUNDLE_ANALYZE,
|
||||
splitChunks: {
|
||||
chunks (chunk) {
|
||||
return chunk.name !== 'rollbar'
|
||||
|
||||
Reference in New Issue
Block a user