mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-05-17 10:19:37 +03:00
16 lines
278 B
JavaScript
16 lines
278 B
JavaScript
module.exports = {
|
|
"plugins": ["@babel/plugin-syntax-dynamic-import"],
|
|
"env": {
|
|
"test": {
|
|
"plugins": ["dynamic-import-node"],
|
|
"presets": [
|
|
[ "@babel/env", {
|
|
targets: {
|
|
node: "current"
|
|
}
|
|
}]
|
|
]
|
|
}
|
|
},
|
|
}
|