mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-10 15:27:59 -05:00
* 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
4 lines
32 B
Plaintext
4 lines
32 B
Plaintext
{
|
|
"presets": ["@babel/env"]
|
|
}
|