TeamMaestro / angular-native-seed

Build web apps and NativeScript applications from one codebase using the AngularCLI.
265 stars 71 forks source link

Question: Why is any ts file I add to the app folder being build by webpack? #60

Closed snapnurse-joshuamatthews closed 6 years ago

snapnurse-joshuamatthews commented 6 years ago

I am attempting to add a nativescript module that sits next to my regular app module, but is symlinked to my nativescript folder. The issue I have is there are packages available in my nativescript app that aren't available in my web app, but for some reason, even though the new modules is not referenced at all, if there is a ts extension on it webpack tries to build it. Is there any way to turn this off?