Closed ilteris closed 6 years ago
đ Hi! Thank you for your interest in this repo.
đĸ We are not using nordnet/cordova-hot-code-push anymore, and we lack the manpower and the experience needed to maintain it. We are aware of the inconveniece that this may cause you. Feel free to use it as is, or create your own fork.
đ This will now be closed & locked.
âšī¸ Please see #371 for more information.
In my index file, I do have a dist/bundle.js file that I import and pretty much serves the page that I generate with every edit using webpack.
After I run cordova-hcp server and cordova run and see that app is connected from device I can change something in the index.html and I see
Should trigger reload for build: 2017.12.21-16.22.19
and it gets reflected on the device.However, if I change a file in my project other than index.html and automatically get it bundled using the webpack bundler, even if I see the
Should trigger reload for build: 2017.12.21-16.22.19
I don't see page getting updated.