Skip to content

Commit

Permalink
Fixed incorrect node_module path assumption made by webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenoak committed Jan 11, 2016
1 parent 234360e commit 5fd6922
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webpack.config.js
Expand Up @@ -11,6 +11,9 @@ module.exports = {
resolve: {
extensions: ['', '.js', '.jsx']
},
resolveLoader: {
root: path.join(__dirname, 'node_modules')
},
module: {
loaders: [
{
Expand Down

0 comments on commit 5fd6922

Please sign in to comment.