Skip to content

Commit

Permalink
Merge pull request #432 from nextcloud/fix/noid/alias-vue
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Feb 2, 2023
2 parents 7e6ce77 + 4c28f16 commit ffe5db5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webpack.config.js
Expand Up @@ -118,5 +118,11 @@ module.exports = {
resolve: {
extensions: ['*', '.ts', '.js', '.vue'],
symlinks: false,
// Ensure npm does not duplicate vue dependency, and that npm link works for vue 3
// See https://github.com/vuejs/core/issues/1503
// See https://github.com/nextcloud/nextcloud-vue/issues/3281
alias: {
'vue$': path.resolve('./node_modules/vue')
},
},
}

0 comments on commit ffe5db5

Please sign in to comment.