michogar / hmr-testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 57.3%Language:HTML 42.7%