Contents tagged with hot module reload

  • WebPack HMR with Edge

    Tags: WebPack, hot module reload, HMR, Aurelia

    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