Skip to content

Commit

Permalink
Update Webpack 3 example
Browse files Browse the repository at this point in the history
  • Loading branch information
ilearnio committed Oct 27, 2017
1 parent 579459a commit 1ccacf4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -127,8 +127,7 @@ module.exports = {
resolve: {
root: __dirname,
alias: npm_package._moduleAliases || {},
extensions: ['', '.js', '.jsx'],
modulesDirectories: npm_package._moduleDirectories || [] // eg: ["node_modules", "node_modules_custom", "src"]
modules: npm_package._moduleDirectories || [] // eg: ["node_modules", "node_modules_custom", "src"]
}
}
```
Expand Down

0 comments on commit 1ccacf4

Please sign in to comment.