10 lines
129 B
JavaScript
10 lines
129 B
JavaScript
|
|
const config = {
|
||
|
|
presets: [
|
||
|
|
[require('@vue/babel-preset-app'), {
|
||
|
|
polyfills: []
|
||
|
|
}]
|
||
|
|
]
|
||
|
|
}
|
||
|
|
|
||
|
|
module.exports = config
|