split up babel core into multiple modules

This commit is contained in:
Sebastian McKenzie
2015-08-11 17:40:59 +01:00
parent a179f9a48b
commit 3ef9bffcc2
2384 changed files with 257 additions and 179 deletions

View File

@@ -50,7 +50,7 @@ If you wish to build a copy of Babel for distribution then run:
$ make build-dist
```
and access the files from `packages/babel/dist`.
and access the files from `packages/babel-core/dist`.
#### Running tests