Skip to content

Commit 4bb672a

Browse files
committed
bug #938 Require vue-loader 15.9.5 to work with Encore 1.0 (weaverryan)
This PR was merged into the main branch. Discussion ---------- Require vue-loader 15.9.5 to work with Encore 1.0 Due to the `generator` we use with asset modules, we need 15.9.5 (if you're using Vue 2, or any vue-loader 16 stable version) so we have this fix: vuejs/vue-loader@f79bb08 Cheers! Commits ------- 8fa2903 Require vue-loader 15.9.5 to work with Encore 1.0
2 parents c4e3fd2 + 8fa2903 commit 4bb672a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/features.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const features = {
9393
// vue-template-compiler is a peer dep of vue-loader
9494
packages: [
9595
{ name: 'vue', version: '^2.5' },
96-
{ name: 'vue-loader', version: '^15' },
96+
{ name: 'vue-loader', version: '^15.9.5' },
9797
{ name: 'vue-template-compiler' }
9898
],
9999
description: 'load Vue files'

0 commit comments

Comments
 (0)