dsite/frontend/babel.config.js
Ching 97f7345aa6 feat(mobile recipe list / recipe create / week recipe page): [A] 增加移动版页面
[A] 增加移动版页面

Signed-off-by: Ching <loooching@gmail.com>
2021-10-07 04:13:15 +08:00

17 lines
207 B
JavaScript

module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
],
"plugins": [
[
"import",
{
"libraryName": "vant",
"libraryDirectory": "es",
"style": true
}
]
]
}