Skip to content

Commit

Permalink
Merge pull request #7 from aedm/node-target
Browse files Browse the repository at this point in the history
"build:server" now targets Node
  • Loading branch information
tahnik committed Nov 12, 2017
2 parents 83086f8 + 42304b0 commit 33c0575
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack/server.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
entry: [
'./routes/index.js',
],
target: 'node',
output: {
path: path.join(__dirname, '../server/bin'),
filename: './server.js',
Expand Down

0 comments on commit 33c0575

Please sign in to comment.