ddc6fcceb8
This ensures that node can read the sourcemaps and provide useful stacktraces
15 lines
281 B
Plaintext
15 lines
281 B
Plaintext
{
|
|
"presets": [
|
|
"stage-1"
|
|
],
|
|
"plugins": [
|
|
"transform-object-rest-spread",
|
|
"transform-class-properties",
|
|
"add-module-exports",
|
|
"closure-elimination",
|
|
"transform-decorators-legacy",
|
|
"transform-es2015-modules-commonjs"
|
|
],
|
|
"sourceMaps": "inline"
|
|
}
|