Partly done migration to angular 15

This commit is contained in:
rubikscraft
2022-12-20 16:21:25 +01:00
parent e6b70d0b1c
commit 9e5178db8b
20 changed files with 2354 additions and 1888 deletions

View File

@@ -21,7 +21,7 @@
"sourceRoot": "src",
"architect": {
"build": {
"builder": "@angular-builders/custom-webpack:browser",
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist",
"index": "src/index.html",
@@ -44,10 +44,7 @@
"moment"
],
"optimization": true,
"webWorkerTsConfig": "tsconfig.worker.json",
"customWebpackConfig": {
"path": "./custom-webpack.config.js"
}
"webWorkerTsConfig": "tsconfig.worker.json"
},
"configurations": {
"production": {
@@ -102,6 +99,5 @@
}
}
}
},
"defaultProject": "picsur-frontend"
}
}