Skip to content

Commit

Permalink
Merge pull request #24 from philiiiiiipp/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
AriaFallah committed Apr 20, 2016
2 parents 6cb05c9 + 2a3ce91 commit 335bed7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions part2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ by an extreme amount.

`include` prevents this by specifying that this loader only applies to `.js` files in your `src` directory.

Alternatively you could change `include: path.join(__dirname, 'src')` to `exclude: /node_modules/` which will then
include everything but the `node_modules` folder. More information can be found [here](https://webpack.github.io/docs/configuration.html#module-loaders).

## We are Done?

Honestly I thought this tutorial would be longer, but it seems I forgot that adding babel is
Expand Down

0 comments on commit 335bed7

Please sign in to comment.