Updated tns-core-modules, ns-webapck (and config) and ns-typescript deps
Added prepublish task that triggers build (it will be called automatically on npm i
Added nsconfig to the sample project. This enables webpack/hmr builds by default (you can just run tns run ios/android instead tns run ios/android --bundle
In this PR:
tns-core-modules
,ns-webapck
(and config) andns-typescript
depsprepublish
task that triggers build (it will be called automatically onnpm i
nsconfig
to the sample project. This enables webpack/hmr builds by default (you can just runtns run ios/android
insteadtns run ios/android --bundle