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