Skip to content

Commit 38e60b6

Browse files
committed
Revert "Temporary change"
This reverts commit fe7d7f6.
1 parent fe7d7f6 commit 38e60b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Angular2/dwCheckUi.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<Target Name="PublishRunWebpack" AfterTargets="ComputeFilesToPublish">
3232
<!-- As part of publishing, ensure the JS resources are freshly built in production mode -->
3333
<Exec Command="npm install" />
34-
<Exec Command="node node_modules/webpack/bin/webpack.js --config webpack.config.vendor.js " />
35-
<Exec Command="node node_modules/webpack/bin/webpack.js" />
34+
<Exec Command="node node_modules/webpack/bin/webpack.js --config webpack.config.vendor.js --env.prod" />
35+
<Exec Command="node node_modules/webpack/bin/webpack.js --env.prod" />
3636
<!-- Include the newly-built files in the publish output -->
3737
<ItemGroup>
3838
<DistFiles Include="wwwroot\dist\**; ClientApp\dist\**" />

0 commit comments

Comments
 (0)