Browse Source

feat(client): change executor to browser-esbuild

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

2
apps/client/project.json

@ -61,7 +61,7 @@
}, },
"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