NativeScript / nativescript-dev-webpack

A package to help with webpacking NativeScript apps.
Apache License 2.0
97 stars 49 forks source link

fix: add missing tsconfig paths when the app is using only scoped core modules and Angular #1108

Closed DimitarTachev closed 4 years ago

DimitarTachev commented 4 years ago

The AngularCompilerPlugin is using these paths for resolving the Webpack modules similar to the alias array in the other flavors.

PR Checklist

Related to: https://github.com/NativeScript/nativescript-angular/issues/2058

DimitarTachev commented 4 years ago

test ngapps