Files
coffeescript/.babelrc
Geoffrey Booth c4245e50c2 Babel 7 (#5105)
* Port to Babel 7

Use the Babel 7 @babel/core transpiler, falling back to the older babel-core version if possible.

* Use Babel 7 and preset-env 7 to build the browser compiler and test Babel transpilation

* Update docs for Babel 7
2018-09-09 13:41:49 -07:00

4 lines
32 B
Plaintext

{
"presets": ["@babel/env"]
}