.babelrc 268 Bytes
Newer Older
vipcxj's avatar
vipcxj committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{
  "presets": [
    "babel-preset-react-native-stage-0/decorator-support",
    "flow"
  ],
  "plugins": [
    ["import", { "libraryName": "antd-mobile" }]
  ],
  "env": {
    "development": {
      "plugins": [
        "transform-react-jsx-source"
      ]
    }
  }
}