8 lines
137 B
JSON
8 lines
137 B
JSON
{
|
|
"plugins": [
|
|
"transform-runtime",
|
|
"transform-template-literals",
|
|
["transform-modules-commonjs", { "loose": true }]
|
|
]
|
|
}
|