feat(webpack): using new nativescript.config (#8796)

This commit is contained in:
Nathan Walker
2020-08-27 19:43:42 -07:00
committed by GitHub
parent fa9f0957b8
commit 33a703e129
6 changed files with 14 additions and 2 deletions

View File

@ -214,6 +214,7 @@ module.exports = env => {
'node_modules'
],
alias: {
'~/package.json': resolve(projectRoot, 'package.json'),
'~': appFullPath,
"tns-core-modules": "@nativescript/core",
"nativescript-angular": "@nativescript/angular"