Skip to content

Commit

Permalink
Update build.js
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha authored Jun 28, 2017
1 parent f3e7a0b commit 302f157
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/react/src/server/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ webpack(config).run((err, stats) => {
if (err || stats.hasErrors()) {
process.exit(1);
}


const data = {
publicPath: config.output.publicPath,
Expand Down

0 comments on commit 302f157

Please sign in to comment.