mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-10 07:02:24 +03:00
15 lines
188 B
Plaintext
15 lines
188 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/preset-env", {
|
|
useBuiltIns: 'usage',
|
|
corejs: 3,
|
|
targets: {
|
|
ie: 9
|
|
}
|
|
}]
|
|
],
|
|
"plugins": [
|
|
"dynamic-import-node"
|
|
]
|
|
}
|