mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-14 19:24:40 +00:00
9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
{
|
|
"presets": ["@babel/preset-env"],
|
|
"plugins": [
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
["@babel/plugin-transform-runtime", {
|
|
"useESModules": true
|
|
}]
|
|
]
|
|
} |