We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5b5e3b commit bcdf6d0Copy full SHA for bcdf6d0
packages/@vue/cli-service/__tests__/Service.spec.js
@@ -64,7 +64,7 @@ test('loading plugins from package.json', () => {
64
mockPkg({
65
devDependencies: {
66
'bar': '^1.0.0',
67
- '@vue/cli-plugin-babel': '^3.2.0',
+ '@vue/cli-plugin-babel': '^3.3.0',
68
'vue-cli-plugin-foo': '^1.0.0'
69
}
70
})
0 commit comments