0
0
Fork 0
salix-front-mindshore-fork2/.babelrc

23 lines
514 B
Plaintext
Raw Normal View History

2022-03-11 10:25:30 +00:00
{
"plugins": [
"@babel/plugin-syntax-dynamic-import"
],
"env": {
"test": {
"plugins": [
"dynamic-import-node"
],
"presets": [
[
"@babel/preset-env",
{
"modules": "commonjs",
"targets": {
"node": "current"
}
}
]
]
}
2022-03-11 10:25:30 +00:00
}
}