Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit c4a0ccb

Browse files
authored
.
1 parent 0f0b0ce commit c4a0ccb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: templates/webpack.vue.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ module.exports = env => {
114114
alias: {
115115
'~': appFullPath,
116116
'@': appFullPath,
117-
'vue': 'nativescript-vue'
117+
'vue': 'nativescript-vue',
118+
"tns-core-modules": "@nativescript/core",
118119
},
119120
// resolve symlinks to symlinked modules
120121
symlinks: true,

0 commit comments

Comments
 (0)