Describe the bug
Errors in multiple files related to style-loader not being resolved, such as that shown below:
ERROR in ./src/renderer/app.tsx
Module not found: Error: Can't resolve 'style-loader' in '/home/reuben/workspace/noia-node-gui/site'
@ ./src/renderer/app.tsx 10:0-21
@ multi (webpack)-dev-server/client?http://0.0.0.0:4000 ./src/renderer/app.tsx
To Reproduce
Steps to reproduce the behavior (as specified in the CONTRIBUTING.md[v1.1.7]):
- Clone this repository (and checkout to v1.1.7)
- Run:
$ npm install
$ npm run watch
Info:
- git status # HEAD detached at v1.1.7 ...
- nodejs --version # v8.16.0
- npm --version # 6.4.1
Additional context
This was not observed for v0.5.0
Describe the bug
Errors in multiple files related to style-loader not being resolved, such as that shown below:
To Reproduce
Steps to reproduce the behavior (as specified in the CONTRIBUTING.md[v1.1.7]):
Info:
Additional context
This was not observed for v0.5.0