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
Currently all `.ts` and `.js.map` files are copied to `platforms/<platform>/...` etc.
We do not need them in the real application for the moment. So ignore them.
Also fix problem with ignoring `tests` directory during release build - we were preparing collection of files to be copied, but finally we copy the whole app dir.
From now on we'll respect the filtered collection.
FIX unit tests for npm support - use beforeEach instead of before in order to have clear state before each test.
this.$logger.warn("You have tns_modules dir in your app folder and tns-core-modules in your package.json file. Tns_modules dir in your app folder will not be used and you can safely remove it.");
0 commit comments