Skip to content

Commit

Permalink
Don't build inside of the module path.
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr committed Jun 28, 2016
1 parent 70f3a8c commit f9dfbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/base.js
Expand Up @@ -9,7 +9,7 @@ module.exports = function (entry) {
'./' + path.join('.', entry)
],
output: {
path: __dirname,
path: process.cwd(),
filename: 'bundle.js',
publicPath: '/'
},
Expand Down

0 comments on commit f9dfbde

Please sign in to comment.