[Proposal] Packing should produce dist
folder and not pollute src
folder with .js files
#154
Labels
dist
folder and not pollute src
folder with .js files
#154
Please, provide the following version numbers that your issue occurs with:
tns --version
to fetch it) 6.0.0node_modules/tns-core-modules/package.json
file in your project)Please, tell us how to recreate the issue in as much detail as possible.
Currently the seed structure has npm scripts that will trigger 'tsc' inside the
src
folder which will produce JavaScript files in it. With NativeScript 6.0.0 any symlinked plugin should not contain both TypeScript and JavaScript files because this can make webpack work unexpectedly.The text was updated successfully, but these errors were encountered: