Skip to content

Commit 06c15cc

Browse files
authored
fix: remove vue$ alias
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
1 parent d5ea041 commit 06c15cc

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)