Skip to content

Commit fd8c901

Browse files
Fix build on Node 10 by using webpack directly
This simplifies the build configuraiton a bit.
1 parent 6c89fc3 commit fd8c901

File tree

5 files changed

+2516
-1758
lines changed

5 files changed

+2516
-1758
lines changed

build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ of patent rights can be found in the PATENTS file in the same directory.
9292
</Target>
9393

9494
<Target Name="Build" DependsOnTargets="RestorePackages;UpdateVersion">
95-
<Exec WorkingDirectory="src/React.Core" Command="node_modules/.bin/gulp" />
95+
<Exec WorkingDirectory="src/React.Core" Command="node_modules/.bin/webpack" />
9696
<MSBuild Projects="$(SolutionFile)" Targets="Rebuild" Properties="Configuration=Release;Platform=Any CPU;NoWarn=1607,7035,1701;Version=$(VersionString)" />
9797
<Exec WorkingDirectory="src/React.Sample.Webpack.CoreMvc" Command="node_modules/.bin/webpack" />
9898
</Target>

src/React.Core/gulpfile.js

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)