Skip to content

Commit c1dd9ca

Browse files
authored
Merge pull request #672 from nextcloud-libraries/fix/vue-alias
fix: remove `vue$` alias to support dependencies with different Vue version
2 parents d5ea041 + 06c15cc commit c1dd9ca

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

webpack.config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,5 @@ module.exports = {
109109

110110
resolve: {
111111
extensions: ['*', '.ts', '.js', '.vue'],
112-
symlinks: false,
113-
// Ensure npm does not duplicate vue dependency, and that npm link works for vue 3
114-
// See https://github.com/vuejs/core/issues/1503
115-
// See https://github.com/nextcloud/nextcloud-vue/issues/3281
116-
alias: {
117-
'vue$': path.resolve('./node_modules/vue')
118-
},
119112
},
120113
}

0 commit comments

Comments
 (0)