Skip to content

Commit

Permalink
feat: angular 18
Browse files Browse the repository at this point in the history
  • Loading branch information
steveblue committed Sep 26, 2024
1 parent 8287b23 commit 229bfaa
Show file tree
Hide file tree
Showing 8 changed files with 17,249 additions and 11,298 deletions.
20 changes: 7 additions & 13 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@
"schematics": {},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-builders/custom-webpack:browser",
"options": {
"customWebpackConfig": {
"path": "./webpack.config.js"
},
"outputPath": "dist/docspa",
"index": "src/index.html",
"main": "src/main.ts",
Expand All @@ -25,11 +28,7 @@
"src/.nojekyll",
"src/manifest.json"
],
"styles": [
"src/styles.css",
"src/print.css",
"src/index.scss"
],
"styles": ["src/styles.css", "src/print.css", "src/index.scss"],
"scripts": [],
"allowedCommonJsDependencies": [
"tapable",
Expand Down Expand Up @@ -94,18 +93,13 @@
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
"lintFilePatterns": ["src/**/*.ts", "src/**/*.html"]
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"assets": [
"src/manifest.json"
]
"assets": ["src/manifest.json"]
}
},
"deploy": {
Expand Down
Loading

0 comments on commit 229bfaa

Please sign in to comment.