Skip to content

Commit

Permalink
chore: fix for missing redirects on @nativescript/angular
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
DickSmith authored Nov 6, 2019
1 parent 76fe655 commit 0e396ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/webpack.angular.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ module.exports = env => {
"node_modules",
],
alias: {
'~': appFullPath
'~': appFullPath,
"nativescript-angular": "@nativescript/angular",
},
symlinks: true
},
Expand Down

0 comments on commit 0e396ff

Please sign in to comment.