Skip to content

Commit

Permalink
Update babel-config.md
Browse files Browse the repository at this point in the history
  • Loading branch information
faceyspacey authored Aug 12, 2017
1 parent 7c04566 commit ec4cdb5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/babel-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,10 @@ plugins: [
})
...
```

## Sample Boilerplate
The following is an older boilerplate that will showcase babel being used with chunknames:

- https://github.com/faceyspacey/flush-chunks-boilerplate-babel-chunknames

We highly recommend you checkout. We aren't promoting this route, but you can definitely learn from how its configured. Specifically how the server babel config is different from the client webpack config. Check the `.babelrc` and the webpack configs.

0 comments on commit ec4cdb5

Please sign in to comment.