Skip to content

Commit

Permalink
Remove vue-loader versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
tooppaaa committed Jun 30, 2020
1 parent 5f407b7 commit 6b8baae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/run-e2e-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@ export const riot: Parameters = {
export const sfcVue: Parameters = {
name: 'sfcVue',
version: 'latest',
// vue loader relased beta under latest tag. Remove when back to normal
generator: fromDeps('vue', 'vue-loader@^15.x', 'vue-template-compiler'),
generator: fromDeps('vue', 'vue-loader', 'vue-template-compiler'),
additionalDeps: ['react', 'react-dom'],
};

Expand Down

0 comments on commit 6b8baae

Please sign in to comment.