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
- Host: GitHub
- URL: https://github.com/klinki/aurelia-webpack-issue
- Owner: klinki
- Archived: true
- Created: 2018-02-28T20:57:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T21:48:09.000Z (over 7 years ago)
- Last Synced: 2025-03-12T18:30:19.406Z (3 months ago)
- Language: TypeScript
- Size: 134 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.