Files
open5gs/webui/.babelrc
Sukchan Lee 905bfd2bf0 update it
2017-06-09 14:22:26 +09:00

17 lines
248 B
Plaintext

{
"presets": [
"next/babel"
],
"plugins": [
["styled-components", {
"ssr": true,
"displayName": false,
"preprocess": false
}],
["polished"],
["module-resolver", {
"root": ["./src"]
}]
]
}