提交 25db3ec2 编写于 作者: fxy060608's avatar fxy060608

chore: @vue/cli-*@4.1.1

上级 be9dfe80
const config = { const config = {
ignore: [ // ignore: [
"./packages", // "./packages",
], // ],
presets: [ presets: [
["@vue/app", { ["@vue/cli-plugin-babel/preset", {
useBuiltIns: "entry" useBuiltIns: "entry"
}] }]
], ],
...@@ -12,6 +12,6 @@ const config = { ...@@ -12,6 +12,6 @@ const config = {
if (process.env.NODE_ENV === 'test') { if (process.env.NODE_ENV === 'test') {
delete config.ignore delete config.ignore
} }
module.exports = config module.exports = config
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册