zotero/.babelrc
Tom Najdek 144f2caed8
Use production builds of react libraries (#4482)
And remove patching that doesn't seem to be required anymore
2024-08-02 03:43:02 -04:00

23 lines
450 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-virtualized.js",
"test/resource/*.js"
],
"plugins": [
[
"transform-es2015-modules-commonjs",
{
"strictMode": false
}
]
]
}