.babelrc 102 Bytes
Newer Older
luopl's avatar
luopl committed
1
2
3
4
5
6
7
{
  "env": {
      "production": {
          "plugins": ["babel-plugin-strip-invariant"]
      }
  }
}