An open API service indexing awesome lists of open source software.

https://github.com/klinki/aurelia-webpack-issue

This repository demonstrates problem to get aurelia working with webpack
https://github.com/klinki/aurelia-webpack-issue

Last synced: about 1 month ago
JSON representation

This repository demonstrates problem to get aurelia working with webpack

Awesome Lists containing this project

README

        

# aurelia-webpack-issue
This repository demonstrates problem to get aurelia working with webpack.

When running `au run --watch` following exception is thrown in runtime:

```
css-resource.js?ada4:17 Uncaught (in promise) Error: Failed loading required CSS file: aurelia-notify/style.css
at fixupCSSUrls (css-resource.js?ada4:17)
at eval (css-resource.js?ada4:56)
at
```

But this exception occurs only when any of following libraries is included.
```


```

(Please note error message is completely unrelated to these libraries).

But webpack configuration doesn't seem to be completely wrong, because in tag `working-state` it works.