Skip to content

Commit 6486764

Browse files
committed
fix: fix some bugs
1 parent 3892483 commit 6486764

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ module.exports = [
3434
if (!item.configuration.skipTarget) {
3535
item.configuration.skipTarget = [];
3636
}
37-
item.configuration.skipTarget.concat([ 'vue-cli', 'vue-cli-plugin' ]); // 统一适配 vue-cli
37+
item.configuration.skipTarget.push( // 统一适配 vue-cli
38+
'vue-cli-plugin'
39+
);
3840
}
3941
return item;
4042
}),

0 commit comments

Comments
 (0)