Skip to content

Commit

Permalink
Fix build to output same files in dev and prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Socolin committed Mar 18, 2024
1 parent 1e834cd commit 23a5b6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
"with": "src/environments/environment.prod.ts"
}
],
"outputHashing": "none"
"outputHashing": "none",
"vendorChunk": true
},
"development": {
"buildOptimizer": false,
Expand Down
3 changes: 2 additions & 1 deletion src/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"verified": "11.315"
},
"esmodules": [
"vendor.js",
"polyfills.js",
"runtime.js",
"main.js"
Expand Down Expand Up @@ -39,4 +40,4 @@
"download": "https://github.com/Gnome-Archiviste/lvl0-medfan-foundry/releases/download/v0.6.33/module.zip",
"allowBugReporter": true,
"bugs": "https://github.com/Gnome-Archiviste/lvl0-medfan-foundry/issues"
}
}

0 comments on commit 23a5b6a

Please sign in to comment.