Browse Source

feat(client): change executor to browser-esbuild

KenTandrian 1 day ago
parent
commit
fe7d70f2ef
  1. 2
      apps/client/project.json

2
apps/client/project.json

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

Loading…
Cancel
Save