1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-08-31 17:42:13 +02:00
Files
flexsearch/task/babel.debug.json
2025-05-02 13:30:09 +02:00

48 lines
1.4 KiB
JSON

{
"plugins": [
["conditional-compile", {
"dropDebugger": true,
"define": {
"RELEASE": "module",
"DEBUG": true,
"PROFILER": false,
"POLYFILL": false,
"SUPPORT_WORKER": true,
"SUPPORT_ENCODER": true,
"SUPPORT_CHARSET": true,
"SUPPORT_CACHE": true,
"SUPPORT_ASYNC": true,
"SUPPORT_STORE": true,
"SUPPORT_SUGGESTION": true,
"SUPPORT_SERIALIZE": true,
"SUPPORT_DOCUMENT": true,
"SUPPORT_TAGS": true,
"SUPPORT_PERSISTENT": true,
"SUPPORT_KEYSTORE": true,
"SUPPORT_COMPRESSION": true,
"SUPPORT_RESOLVER": true,
"SUPPORT_HIGHLIGHTING": true
}
}],
"babel-plugin-minify-constant-folding",
"babel-plugin-minify-dead-code-elimination",
"babel-plugin-minify-flip-comparisons",
"babel-plugin-minify-guarded-expressions",
"babel-plugin-minify-infinity",
"babel-plugin-minify-replace",
"babel-plugin-minify-type-constructors",
"babel-plugin-transform-member-expression-literals",
"babel-plugin-transform-merge-sibling-variables",
"babel-plugin-transform-minify-booleans",
"babel-plugin-transform-property-literals",
"babel-plugin-transform-simplify-comparison-operators",
"babel-plugin-transform-undefined-to-void"
],
"ignore": [
"config.js"
],
"minified": false,
"compact": false,
"comments": true
}