mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
15 lines
204 B
JSON
15 lines
204 B
JSON
{
|
|
"presets": [
|
|
"@babel/preset-env"
|
|
],
|
|
"plugins": [
|
|
"babel-plugin-transform-import-meta",
|
|
[
|
|
"transform-rename-import",
|
|
{
|
|
"original": "^(.+?)\\.js$",
|
|
"replacement": "$1"
|
|
}
|
|
]
|
|
]
|
|
} |