2018-07-06 15:11:06 +00:00
|
|
|
{
|
2018-07-09 02:59:44 +00:00
|
|
|
"comments": false,
|
2018-07-06 15:11:06 +00:00
|
|
|
"compact": false,
|
2018-07-16 22:04:25 +00:00
|
|
|
"env": {
|
|
|
|
"browser": {
|
|
|
|
"ignore": [
|
|
|
|
"src/embark.js",
|
|
|
|
"src/node/index.js",
|
|
|
|
"src/standalone/index.js"
|
|
|
|
],
|
2018-08-13 01:11:54 +00:00
|
|
|
"plugins": [
|
|
|
|
["@babel/plugin-transform-runtime", {
|
|
|
|
"corejs": 2,
|
|
|
|
"useESModules": true
|
|
|
|
}]
|
|
|
|
],
|
2018-07-16 22:04:25 +00:00
|
|
|
"presets": [
|
|
|
|
["@babel/env", {
|
|
|
|
"modules": false,
|
|
|
|
"targets": {"browsers": ["last 1 version", "not dead", "> 0.2%"]}
|
|
|
|
}]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"node": {
|
|
|
|
"ignore": ["src/browser.js"],
|
2018-08-13 01:11:54 +00:00
|
|
|
"plugins": [
|
|
|
|
["@babel/plugin-transform-runtime", {
|
|
|
|
"corejs": 2
|
|
|
|
}]
|
|
|
|
],
|
2018-07-16 22:04:25 +00:00
|
|
|
"presets": [
|
|
|
|
["@babel/env", {
|
|
|
|
"targets": {"node": "8.11.3"}
|
|
|
|
}]
|
|
|
|
]
|
|
|
|
}
|
2018-08-13 01:11:54 +00:00
|
|
|
}
|
2018-07-06 15:11:06 +00:00
|
|
|
}
|