All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.task.babel.min.json Maven / Gradle / Ivy

The newest version!
{
  "plugins": [
    ["conditional-compile", {
      "dropDebugger": true,
      "define": {
        "RELEASE": "module",
        "DEBUG": false,
        "POLYFILL": false,
        "PROFILER": false,
        "REACTIVE_ONLY": false,
        "SUPPORT_CACHE": true,
        "SUPPORT_EVENTS": true,
        "SUPPORT_DOM_HELPERS": true,
        "SUPPORT_CACHE_HELPERS": true,
        "SUPPORT_ASYNC": true,
        "SUPPORT_REACTIVE": true,
        "SUPPORT_KEYED": true,
        "SUPPORT_POOLS": true,
        "SUPPORT_CALLBACKS": true,
        "SUPPORT_WEB_COMPONENTS": true,
        "SUPPORT_COMPACT_TEMPLATE": true,
        "SUPPORT_COMPILE": true,

        "MIKADO_DOM": "_mkd",
        "MIKADO_LIVE_POOL": "_mkl",
        "MIKADO_CLASS": "_mki",
        "MIKADO_TPL_KEY": "_mkk",
        "MIKADO_TPL_PATH": "_mkp",
        "MIKADO_TPL_ROOT": "_mkr",
        "MIKADO_PROXY": "_mkx",
        "MIKADO_NODE_CACHE": "_mkc",
        "MIKADO_EVENT_CACHE": "_mke"
      }
    }],
    "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-mangle-names",
    "babel-plugin-minify-replace",
    "babel-plugin-minify-simplify",
    "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",
    "profiler.js"
  ],
  "minified": true,
  "compact": true,
  "comments": false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy