Browse Source

Tell Webpack to build into the correct directory

master
Leo Lamprecht 8 years ago
parent
commit
e787d72a2f
  1. 2
      webpack.config.js

2
webpack.config.js

@ -7,7 +7,7 @@ module.exports = {
target: 'node',
externals: [nodeExternals()],
output: {
filename: 'build.js',
filename: 'dist/now.js',
},
module: {
loaders: [

Loading…
Cancel
Save