aurelia / loader-webpack

An implementation of Aurelia's loader interface to enable webpack.
MIT License
26 stars 10 forks source link

Runtime error with latest patch: 'Cannot read property '_getActualResult' of null' #16

Closed jsobell closed 7 years ago

jsobell commented 7 years ago
Unhandled rejection TypeError: Cannot read property '_getActualResult' of null
    at http://localhost:9000/aurelia-bootstrap.bundle.js:15443:22

Same result on the skeleton project

Vheissu commented 7 years ago

Submitted a PR here that fixes this: https://github.com/aurelia/loader-webpack/pull/17

niieani commented 7 years ago

Ugh, sorry about that. Thanks for the fix.