Upgrade to angular 10
This commit is contained in:
17
angular.json
17
angular.json
@@ -22,29 +22,28 @@
|
||||
"assets": [
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input":"src/assets/images",
|
||||
"output":"/images"
|
||||
"input": "src/assets/images",
|
||||
"output": "/images"
|
||||
},
|
||||
{
|
||||
"glob": "silent-refresh.html",
|
||||
"input":"src/assets",
|
||||
"output":"/"
|
||||
"input": "src/assets",
|
||||
"output": "/"
|
||||
},
|
||||
{
|
||||
"glob": "favicon.ico",
|
||||
"input":"src/assets",
|
||||
"output":"/"
|
||||
"input": "src/assets",
|
||||
"output": "/"
|
||||
},
|
||||
"src/configuration.json"
|
||||
],
|
||||
"styles": [
|
||||
"src/styles.css",
|
||||
"node_modules/bootstrap/dist/css/bootstrap.min.css",
|
||||
"node_modules/font-awesome/css/font-awesome.min.css",
|
||||
"node_modules/font-awesome/css/font-awesome.min.css",
|
||||
"fonts/FMIconFont/style.css"
|
||||
],
|
||||
"scripts": [],
|
||||
"es5BrowserSupport": true
|
||||
"scripts": []
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
Reference in New Issue
Block a user