slate/.babelrc

21 lines
279 B
Plaintext
Raw Normal View History

2020-02-19 09:30:47 +03:00
{
"presets": [
[
"next/babel",
{
"transform-runtime": {
"useESModules": false
}
}
],
"@emotion/babel-preset-css-prop",
2020-02-19 09:30:47 +03:00
],
"plugins": [
["module-resolver", {
"alias": {
"~": "./"
}
}]
]
}