Skip to content

Commit

Permalink
Fix typo in README (#182)
Browse files Browse the repository at this point in the history
Change 'babel' to what should be 'webpack'.
  • Loading branch information
dkundel authored and rkostrzewski committed Jul 3, 2017
1 parent 2bd02cb commit 99a086e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ To customize babel simply create [```.babelrc```](https://babeljs.io/docs/usage/

#### Webpack

To customize babel create ```preact.config.js``` file which exports function that will change webpack's config.
To customize webpack create ```preact.config.js``` file which exports function that will change webpack's config.

```
/**
Expand Down

0 comments on commit 99a086e

Please sign in to comment.