Skip to content

Commit

Permalink
chore: package updates (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyg603 authored Dec 4, 2024
1 parent cd61b29 commit 938005d
Show file tree
Hide file tree
Showing 7 changed files with 8,346 additions and 6,738 deletions.
16 changes: 9 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,15 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/ngx-file-drop-example",
"outputPath": {
"base": "dist/ngx-file-drop-example"
},
"index": "projects/ngx-file-drop-example/src/index.html",
"main": "projects/ngx-file-drop-example/src/main.ts",
"polyfills": "projects/ngx-file-drop-example/src/polyfills.ts",
"polyfills": [
"projects/ngx-file-drop-example/src/polyfills.ts"
],
"tsConfig": "projects/ngx-file-drop-example/tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
Expand All @@ -67,7 +70,8 @@
"styles": [
"projects/ngx-file-drop-example/src/styles.scss"
],
"scripts": []
"scripts": [],
"browser": "projects/ngx-file-drop-example/src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -92,9 +96,7 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand Down
Loading

0 comments on commit 938005d

Please sign in to comment.