UNPKG

271 BPlain TextView Raw
1{
2 "presets": ["es2015", "react", "stage-2"],
3 "plugins": [
4 "add-module-exports",
5 "transform-decorators-legacy",
6 ["module-resolver", { "root": ["src"] }],
7 ],
8 "env": {
9 "test": {
10 "plugins": [
11 "react-hot-loader/babel"
12 ]
13 }
14 }
15}