NativeScript / nativescript-dev-webpack

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

feat: support @nativescript scope in host resover #1064

Closed vakrilov closed 4 years ago

vakrilov commented 4 years ago

PR Checklist

What is the current behavior?

Nativescript host resolver (used in angular projects) does not recognize package in @nativescript scope as "nativescript" packages and so does not resolve platform-specific files in there.

What is the new behavior?

"@nativescript" added in host resolver's list of nativescript packages.