mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
17 lines
499 B
JSON
17 lines
499 B
JSON
{
|
|
"sourceMap": "inline",
|
|
"plugins": [
|
|
["add-module-exports", {}],
|
|
["transform-async-to-generator", {}],
|
|
["transform-decorators-legacy", {}],
|
|
["transform-class-properties", {}],
|
|
["transform-es2015-modules-commonjs", {"strictMode": false}],
|
|
["transform-export-extensions", {}],
|
|
["transform-do-expressions", {}],
|
|
["transform-function-bind", {}],
|
|
["transform-object-rest-spread", {}],
|
|
["transform-flow-strip-types", {}],
|
|
["transform-react-jsx", {}]
|
|
]
|
|
}
|