Skip to content

Commit

Permalink
Fix WARNING in DefinePlugin Conflicting values for process.env.NODE_ENV
Browse files Browse the repository at this point in the history
Followed project config in nrwl/nx#7924 (comment)
  • Loading branch information
sdg9 committed Apr 12, 2022
1 parent f216c3f commit 3700f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/admin-web/project.json
Expand Up @@ -43,7 +43,7 @@
"serve": {
"executor": "@nrwl/web:dev-server",
"options": {
"buildTarget": "admin-web:build",
"buildTarget": "admin-web:build:development",
"hmr": true,
"proxyConfig": "apps/admin-web/proxy.conf.json"
},
Expand Down

0 comments on commit 3700f0b

Please sign in to comment.