You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
CLI: 4.2.4
Cross-platform modules: not applicable
Android Runtime: not applicable
iOS Runtime: not applicable
Plugin(s): nativescript-facebook
Describe the bug
When building in release, application should not contain any TypeScript files, as they cannot be used (in debug you can use them for debugging). However, .d.ts files from plugins are included in the built app.
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
When building in release, application should not contain any TypeScript files, as they cannot be used (in debug you can use them for debugging). However,
.d.ts
files from plugins are included in the built app.To Reproduce
Now check the produced
.apk
and.ipa
- they both contain.d.ts
files inside<path to app>/tns_modules/nativescript-facebook
.Expected behavior
TypeScript files should not be included in the application built in release mode.
The text was updated successfully, but these errors were encountered: