/hmr-testing

Primary LanguageJavaScript

Testing HMR with Cordova

Why?

Trying use HMR in a device using:

  • HMR
  • webpack-dev-server

in order to avoid the continuous app reloading.

Getting started

$ yarn 
$ npm run dev

and in other terminal

$ cordova run android

Any change in src folder will be updated.

TODO

  • webpack.prod.config.js
  • hook to change content tag in config.xml