mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-23 21:00:34 +03:00
test: add e2e tests
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
module.exports = {
|
||||
"plugins": ["@babel/plugin-syntax-dynamic-import"],
|
||||
"env": {
|
||||
"test": {
|
||||
"plugins": ["dynamic-import-node"],
|
||||
"presets": [
|
||||
[ "@babel/env", {
|
||||
targets: {
|
||||
node: "current"
|
||||
}
|
||||
}]
|
||||
]
|
||||
}
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user