Skip to content

Commit ae617e8

Browse files
author
Armando Aguirre
committed
Removed NODE_ENV from njsproj
1 parent fd924fb commit ae617e8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptVuejsApp/TypeScriptVuejsApp.njsproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@
2828

2929
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
3030
<DebugSymbols>true</DebugSymbols>
31-
<NODE_ENV>development</NODE_ENV>
3231
</PropertyGroup>
3332
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
3433
<DebugSymbols>true</DebugSymbols>
35-
<NODE_ENV>production</NODE_ENV>
3634
</PropertyGroup>
3735

3836
<ItemGroup>

Nodejs/Product/Nodejs/ProjectTemplates/VuejsApp/VuejsApp.njsproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@
2828

2929
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
3030
<DebugSymbols>true</DebugSymbols>
31-
<NODE_ENV>development</NODE_ENV>
3231
</PropertyGroup>
3332
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
3433
<DebugSymbols>true</DebugSymbols>
35-
<NODE_ENV>production</NODE_ENV>
3634
</PropertyGroup>
3735

3836
<ItemGroup>

0 commit comments

Comments
 (0)