mirror of
https://github.com/embarklabs/EmbarkJS.git
synced 2025-01-09 12:05:51 +00:00
12 lines
206 B
Plaintext
12 lines
206 B
Plaintext
{
|
|
"comments": false,
|
|
"compact": false,
|
|
"ignore": ["src/browser.js"],
|
|
"plugins": [
|
|
"@babel/plugin-transform-runtime"
|
|
],
|
|
"presets": [
|
|
["@babel/env", {"targets": {"node": "8.11.3"}}]
|
|
]
|
|
}
|