2017-05-22 23:01:14 +00:00
|
|
|
{
|
|
|
|
"compact": false,
|
2017-06-01 19:23:26 +00:00
|
|
|
"retainLines": true,
|
2019-03-22 00:05:07 +00:00
|
|
|
"presets": [
|
|
|
|
"@babel/preset-react"
|
|
|
|
],
|
2017-05-22 23:01:14 +00:00
|
|
|
"ignore": [
|
|
|
|
"chrome/content/zotero/include.js",
|
|
|
|
"chrome/content/zotero/xpcom/citeproc.js",
|
2020-12-15 21:37:33 +00:00
|
|
|
"chrome/content/ace/*",
|
2020-04-09 05:28:08 +00:00
|
|
|
"chrome/content/scaffold/templates/*",
|
2017-05-22 23:01:14 +00:00
|
|
|
"resource/react.js",
|
2017-05-31 15:28:47 +00:00
|
|
|
"resource/react-dom.js",
|
2019-03-28 09:19:41 +00:00
|
|
|
"resource/react-virtualized.js",
|
2017-06-20 23:18:46 +00:00
|
|
|
"test/resource/*.js"
|
2017-05-22 23:01:14 +00:00
|
|
|
],
|
|
|
|
"plugins": [
|
2019-03-22 00:05:07 +00:00
|
|
|
"@babel/plugin-proposal-class-properties",
|
|
|
|
"@babel/plugin-proposal-object-rest-spread",
|
2021-08-17 04:40:06 +00:00
|
|
|
"@babel/plugin-proposal-optional-chaining",
|
2021-08-22 08:04:31 +00:00
|
|
|
"@babel/plugin-proposal-unicode-property-regex",
|
2017-05-22 23:01:14 +00:00
|
|
|
[
|
|
|
|
"transform-es2015-modules-commonjs",
|
|
|
|
{
|
|
|
|
"strictMode": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
2018-03-11 06:41:48 +00:00
|
|
|
}
|