mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
12 lines
247 B
JSON
12 lines
247 B
JSON
{
|
|
"sourceMap": "inline",
|
|
"plugins": [
|
|
"add-module-exports",
|
|
"transform-async-to-generator",
|
|
"transform-es2015-modules-commonjs",
|
|
"transform-flow-strip-types",
|
|
"transform-object-rest-spread",
|
|
"transform-react-jsx"
|
|
]
|
|
}
|