Merge pull request #560 from whyboris/improvements

Improvements
This commit is contained in:
Maxime GRIS
2021-01-03 15:58:23 +01:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

View File

@@ -32,7 +32,6 @@
"optimization": false,
"outputHashing": "all",
"sourceMap": true,
"extractCss": true,
"namedChunks": false,
"aot": false,
"extractLicenses": true,
@@ -66,7 +65,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,

View File

@@ -99,5 +99,8 @@
},
"engines": {
"node": ">=10.13.0"
}
},
"browserslist": [
"chrome 83"
]
}