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

Commit 0e396ff

Browse files
authored
chore: fix for missing redirects on @nativescript/angular
nstudio/nativescript-checkbox#118 PeterStaev/NativeScript-Drop-Down#229 From what I've seen for the `@nativescript/angular` package, all mappings should be 1-1 anyway, so this should work, any exceptions to that assumption can also be remapped here for the specific cases.
1 parent 76fe655 commit 0e396ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/webpack.angular.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ module.exports = env => {
147147
"node_modules",
148148
],
149149
alias: {
150-
'~': appFullPath
150+
'~': appFullPath,
151+
"nativescript-angular": "@nativescript/angular",
151152
},
152153
symlinks: true
153154
},

0 commit comments

Comments
 (0)