rsnext/examples/with-asset-imports/.babelrc

13 lines
175 B
Text
Raw Normal View History

{
"presets": ["next/babel"],
"plugins": [
[
"transform-assets-import-to-string",
{
"baseDir": "static",
"baseUri": "/"
}
]
]
}