We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9faddce commit 7dbf3ceCopy full SHA for 7dbf3ce
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': '^4.0.0-alpha.4',
+ '@vue/cli-plugin-babel': '^4.0.0-alpha.5',
68
'vue-cli-plugin-foo': '^1.0.0'
69
}
70
})
0 commit comments