mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-24 17:44:50 +03:00
23 lines
287 B
Plaintext
23 lines
287 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
[
|
||
|
"next/babel",
|
||
|
{
|
||
|
"transform-runtime": {
|
||
|
"useESModules": false
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"plugins": [
|
||
|
["emotion", {
|
||
|
"inline": true
|
||
|
}],
|
||
|
["module-resolver", {
|
||
|
"alias": {
|
||
|
"~": "./"
|
||
|
}
|
||
|
}]
|
||
|
]
|
||
|
}
|