MOBILE-3664 angular: Don't optimize scripts
The scripts optimization needs to be disabled to make site plugins workmain
parent
f5a7da148f
commit
3c54bd3b72
|
@ -40,7 +40,10 @@
|
|||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"optimization": true,
|
||||
"optimization": {
|
||||
"scripts": false,
|
||||
"styles": true
|
||||
},
|
||||
"outputHashing": "all",
|
||||
"sourceMap": false,
|
||||
"extractCss": true,
|
||||
|
@ -52,8 +55,8 @@
|
|||
"budgets": [
|
||||
{
|
||||
"type": "initial",
|
||||
"maximumWarning": "2mb",
|
||||
"maximumError": "5mb"
|
||||
"maximumWarning": "50mb",
|
||||
"maximumError": "100mb"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue