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",
"targets": {
"build": {
"executor": "@nx/angular:webpack-browser",
"executor": "@nx/angular:browser-esbuild",
"options": {
"deleteOutputPath": false,
"localize": true,

Loading…
Cancel
Save