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

Commit 5e7acc4

Browse files
authored
.
1 parent 4f81d51 commit 5e7acc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/webpack.javascript.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ module.exports = env => {
105105
"node_modules",
106106
],
107107
alias: {
108-
'~': appFullPath
108+
'~': appFullPath,
109+
"tns-core-modules": "@nativescript/core",
109110
},
110111
// resolve symlinks to symlinked modules
111112
symlinks: true

0 commit comments

Comments
 (0)