Skip to content

Commit

Permalink
feat: upgrade for angular 18
Browse files Browse the repository at this point in the history
  • Loading branch information
steveblue committed Sep 26, 2024
1 parent 30c1ad5 commit 3fbe1d6
Show file tree
Hide file tree
Showing 6 changed files with 17,437 additions and 11,117 deletions.
5 changes: 4 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@
"schematics": {},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-builders/custom-webpack:browser",
"options": {
"customWebpackConfig": {
"path": "./webpack.config.js"
},
"outputPath": "dist/ngx-dnd",
"index": "src/index.html",
"main": "src/main.ts",
Expand Down
Loading

0 comments on commit 3fbe1d6

Please sign in to comment.