kotarella1110 / cordova-plugin-webpack

Integrate webpack into your Cordova workflow.
https://www.npmjs.com/package/cordova-plugin-webpack
Apache License 2.0
62 stars 20 forks source link

LiveReload Browser #534

Open dtturcotte opened 2 years ago

dtturcotte commented 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

Then I make changes in Typescript, press CMD+R to refresh browser, but the changes aren't reflected. Can you please assist?