We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d680bc commit d493491Copy full SHA for d493491
packages/@vue/cli-service/__tests__/Service.spec.js
@@ -62,7 +62,7 @@ test('loading plugins from package.json', () => {
62
mockPkg({
63
devDependencies: {
64
'bar': '^1.0.0',
65
- '@vue/cli-plugin-babel': '^4.1.0',
+ '@vue/cli-plugin-babel': '^4.2.0',
66
'vue-cli-plugin-foo': '^1.0.0'
67
}
68
})
0 commit comments