rsnext/examples/with-asset-imports/.babelrc
2017-09-08 23:21:06 +02:00

12 lines
175 B
Text

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