Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #24

Merged
merged 2 commits into from
Apr 20, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Alternative you could change `include: path.join(__dirname, 'src')` to `exclude: /node_modules/` which will then
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace Alternative with Alternatively

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