.babelrc 230 Bytes
Newer Older
Pan's avatar
Pan committed
1 2
{
  "presets": [
Pan's avatar
Pan committed
3 4 5 6 7 8
    ["env", {
      "modules": false,
      "targets": {
        "browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
      }
    }],
Pan's avatar
Pan committed
9 10
    "stage-2"
  ],
Pan's avatar
Pan committed
11
  "plugins": ["transform-vue-jsx", "transform-runtime"]
Pan's avatar
Pan committed
12
}