mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
[mobile] revert locked source map
This commit is contained in:
@ -50,7 +50,7 @@ const config = {
|
||||
externals: {
|
||||
jquery: 'jQuery'
|
||||
},
|
||||
devtool: env === 'production' ? false : 'source-map',
|
||||
devtool: env === 'production' ? 'source-map' : 'source-map',
|
||||
optimization: {
|
||||
// splitChunks: {
|
||||
// chunks: 'all',
|
||||
|
||||
Reference in New Issue
Block a user