Sha256: ad8ab39f7a6914af3f10dd34305e7a9223714fdfabbea279e56779907bae7f2f

Contents?: true

Size: 625 Bytes

Versions: 11

Compression:

Stored size: 625 Bytes

Contents

{
  "presets": [
    "env",
    "react"
  ],
  "plugins": [
    ["module-resolver", {
      "alias": {
        "root": ["./"],
        "foremanReact": "../foreman/webpack/assets/javascripts/react_app"
      }
    }],
    "transform-class-properties",
    "transform-object-rest-spread",
    "transform-object-assign",
    "lodash",
    "syntax-dynamic-import"
  ],
  "env": {
    "test": {
      "plugins": [
        ["module-resolver", {
          "alias": {
            "root": ["./"],
            "foremanReact": "./webpack/__mocks__/foremanReact"
          }
        }],
        "dynamic-import-node"
      ]
    }
  }
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
foreman-tasks-0.15.11 .babelrc
foreman-tasks-0.15.10 .babelrc
foreman-tasks-0.15.9 .babelrc
foreman-tasks-0.15.8 .babelrc
foreman-tasks-0.15.7 .babelrc
foreman-tasks-0.16.0 .babelrc
foreman-tasks-0.15.6 .babelrc
foreman-tasks-0.15.5 .babelrc
foreman-tasks-0.15.4 .babelrc
foreman-tasks-0.15.3 .babelrc
foreman-tasks-0.15.2 .babelrc