We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79affdc commit 5bbf0b4Copy full SHA for 5bbf0b4
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.0.0-beta.3',
+ '@vue/cli-plugin-babel': '^4.0.0-rc.0',
66
'vue-cli-plugin-foo': '^1.0.0'
67
}
68
})
0 commit comments