UNPKG

177 BPlain TextView Raw
1{
2 "presets": [
3 "../config/babel/node-ssr"
4 ],
5 "plugins": [
6 ["module-resolver", {
7 "alias": {
8 "topcoder-react-utils/dist": "./src"
9 }
10 }]
11 ]
12}