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