rsnext/examples/with-universal-configuration/.babelrc

9 lines
104 B
Text
Raw Normal View History

{
"presets": [
"next/babel"
],
"plugins": [
["transform-define", "./env-config.js"]
]
}