21df5d12b7
Can now use Unicode property escapes in regular expressions https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions/Unicode_Property_Escapes
29 lines
701 B
Text
29 lines
701 B
Text
{
|
|
"compact": false,
|
|
"retainLines": true,
|
|
"presets": [
|
|
"@babel/preset-react"
|
|
],
|
|
"ignore": [
|
|
"chrome/content/zotero/include.js",
|
|
"chrome/content/zotero/xpcom/citeproc.js",
|
|
"chrome/content/ace/*",
|
|
"chrome/content/scaffold/templates/*",
|
|
"resource/react.js",
|
|
"resource/react-dom.js",
|
|
"resource/react-virtualized.js",
|
|
"test/resource/*.js"
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-class-properties",
|
|
"@babel/plugin-proposal-object-rest-spread",
|
|
"@babel/plugin-proposal-optional-chaining",
|
|
"@babel/plugin-proposal-unicode-property-regex",
|
|
[
|
|
"transform-es2015-modules-commonjs",
|
|
{
|
|
"strictMode": false
|
|
}
|
|
]
|
|
]
|
|
}
|