Browse Source

Set up esbuild

pull/3037/head
Thomas Kaul 1 year ago
parent
commit
ff368bba8d
  1. 2
      apps/client/project.json

2
apps/client/project.json

@ -11,7 +11,7 @@
"prefix": "gf", "prefix": "gf",
"targets": { "targets": {
"build": { "build": {
"executor": "@nx/angular:webpack-browser", "executor": "@nx/angular:browser-esbuild",
"options": { "options": {
"deleteOutputPath": false, "deleteOutputPath": false,
"localize": true, "localize": true,

Loading…
Cancel
Save