Open dtturcotte opened 2 years ago
Hello, I'd like my browser emulator for a Cordova Phaser 3 TypeScript app (using Webpack) to reflect changes when I make them in code.
I've installed your plugin, and am doing cordova build cordova run -- --livereload
cordova build
cordova run -- --livereload
Then I make changes in Typescript, press CMD+R to refresh browser, but the changes aren't reflected. Can you please assist?
Hello, I'd like my browser emulator for a Cordova Phaser 3 TypeScript app (using Webpack) to reflect changes when I make them in code.
I've installed your plugin, and am doing
cordova build
cordova run -- --livereload
Then I make changes in Typescript, press CMD+R to refresh browser, but the changes aren't reflected. Can you please assist?