mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
feat(webpack): using new nativescript.config (#8796)
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user