mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
c4245e50c2
* 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
3 lines
32 B
Text
3 lines
32 B
Text
{
|
|
"presets": ["@babel/env"]
|
|
}
|