css-loader above 3.6.0 breaks css on npm start
Details
Details
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- css-loader-downgrade
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 14632 Build 29223: Build Diff Build 29222: arc lint + arc unit
Event Timeline
Comment Actions
1/ I cannot reproduce, npm start works just fine on master.
2/ Knowing what the error is would help assert if the solution is appropriate.
Comment Actions
Can you confirm issue is not repeatable after these steps to ensure installed dependencies match latest master?
cd web/cashtab rm -rf node_modules rm package-lock.json npm i npm start
Marco able to see same css break.
Many breaking changes from css-loader from 3.6 to 4.0; likely our downgraded webpack only supports up to 3.6
Comment Actions
On master, removing node_modules and doing another npm install, I get the same errors reported above: