Skip to content

Commit

Permalink
babel
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdesl committed Mar 10, 2019
1 parent 484cb55 commit acfae33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -19,6 +19,8 @@ This project includes three scripts:

All of the meat is in the [./tools/bundler.js](./tools/bundler.js) script.

###### :bulb: This branch uses SWC for ES6-to-ES5 transpiling — see the [`babelify` branch](https://github.com/mattdesl/budo-multi-bundle/tree/babelify) for an alternative approach using Babel.

## Gotchas

Budo has a special feature that suspends the server's response until browserify has fully completed writing its bundle, but this only works on the `common.js` file.
Expand Down

0 comments on commit acfae33

Please sign in to comment.