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

Commit 0f0b0ce

Browse files
authored
.
1 parent 5e7acc4 commit 0f0b0ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/webpack.typescript.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ module.exports = env => {
112112
"node_modules",
113113
],
114114
alias: {
115-
'~': appFullPath
115+
'~': appFullPath,
116+
"tns-core-modules": "@nativescript/core",
116117
},
117118
// resolve symlinks to symlinked modules
118119
symlinks: true

0 commit comments

Comments
 (0)