2019-07-02 16:29:52 +08:00
|
|
|
module.exports = {
|
2019-11-12 17:27:30 +08:00
|
|
|
presets: [
|
|
|
|
'@vue/app'
|
2019-11-13 10:15:54 +08:00
|
|
|
],
|
|
|
|
plugins: [
|
|
|
|
'@babel/plugin-transform-runtime',
|
|
|
|
'@babel/plugin-syntax-dynamic-import'
|
2019-11-12 17:29:32 +08:00
|
|
|
]
|
2019-11-12 17:27:30 +08:00
|
|
|
};
|