TeamMaestro / angular-native-seed

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

Modules denoted with .tns prefix are not being compiled to JS #5

Closed sean-perkins closed 7 years ago

sean-perkins commented 7 years ago

Say you have two modules: feature.module.ts feature.module.tns.ts

During the build process for tablet, the gulp script copies over the tns.ts version file over the normal (as it should). The problem I am noticing is these files are not be compiled to JS in the app build directory.