mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-05 05:46:42 +03:00
24 lines
304 B
Plaintext
24 lines
304 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"next/babel",
|
|
{
|
|
"transform-runtime": {
|
|
"useESModules": false
|
|
}
|
|
}
|
|
],
|
|
"@emotion/babel-preset-css-prop"
|
|
],
|
|
"plugins": [
|
|
[
|
|
"module-resolver",
|
|
{
|
|
"alias": {
|
|
"~": "./"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|