WebPack HMR with Edge
To get WebPack hot module reload to work with Edge you need a polyfill.
Add it to your project:
npm i event-source-polyfill
Then add it to your vendor.config.js file at the end of the vendor array. … more
To get WebPack hot module reload to work with Edge you need a polyfill.
Add it to your project:
npm i event-source-polyfill
Then add it to your vendor.config.js file at the end of the vendor array. … more