Skip to content

Commit

Permalink
Resolve modules in demo node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Dail committed Mar 17, 2017
1 parent f32bff2 commit 7c40938
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion demo/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,11 @@ module.exports = {
new HTMLWebpackPlugin({
template: 'index.ejs'
})
]
],
resolve: {
modules: [
path.resolve(__dirname, 'src'),
path.resolve(__dirname, 'node_modules')
]
}
}

0 comments on commit 7c40938

Please sign in to comment.