James
James
Hello, I've just done `tns migrate` one my project and HMR seems to be working now. Might be worth someone else checking before closing the issue though.
For me updating main.ts does not work. However... updating a scss file works updating the template in a vue file works updating a tag's class in a vue file works...
> > For me updating main.ts does not work. > > However... > > updating a scss file works > > updating the template in a vue file works >...
@shirakaba mentioned on slack the other day about using `babel-preset-typescript` instead of `ts-loader`. This didn't work but using `babel-preset-typescript-vue` showed improvements! HMR seems to now work in `.vue` files! Unfortunately...
I've done some tests and I've realised that any edits made to main.ts / main.js causes a full restart across **all** of the nativescript flavours. _I didn't know this._ 🤦♂️...
I'm about to start a project using vue and was wondering if this has gone any further? Cheers
For anyone thinking about looking into this further... TinyMCE adds the string query `?editor=tinymce5` to the end of the iframe url so you could look for this and then override...
I second this. Any hints?
+1 If you get the time this would be awesome :)
Hello @janstoeckler, I have tried pulling in your fork but unfortunately doing the below returns `null`. Android works fine though. ``` import { TNSPlayer } from '/path/to/local/copy/of/janstoeckler/nativescript-audio/ios-avplayer-reroll'; let player =...