extract-loader icon indicating copy to clipboard operation
extract-loader copied to clipboard

Error can't resolve extract-loader

Open SidKumarSingh opened this issue 4 years ago • 5 comments

I have a project which works fine with extract-loader 3.1. Upgraded to extract-loader 4 today morning and now it won't compile. Webpack fails with the following error

ERROR in Entry module not found: Error: Can't resolve 'extract-loader' in 'C:\portfolio-app'

ERROR in multi (webpack)-dev-server/client?http://localhost:8080 ./src/app.scss
Module not found: Error: Can't resolve 'extract-loader' in 'C:\portfolio-app'
 @ multi (webpack)-dev-server/client?http://localhost:8080 ./src/app.scss main[1]

Attaching a sample webpack config file which gives error on extract-loader 4 but works fine on 3.1.0 webpack.config.js.txt

SidKumarSingh avatar Jan 28 '20 07:01 SidKumarSingh

image Attached error msg in console

SidKumarSingh avatar Jan 28 '20 07:01 SidKumarSingh

Confirmed error persists in 4.0.1

SidKumarSingh avatar Jan 28 '20 07:01 SidKumarSingh

4.0.1 Package folder only contains these files

  • CHANGELOG.md
  • LICENCE
  • package.json
  • README.md

osaton avatar Jan 28 '20 14:01 osaton

This is an issue since 4.0.0 with 3.x.x the library exists :D But well hopefully there will be an update soon.

r-hannuschka avatar Jan 29 '20 01:01 r-hannuschka

Fixed as of 4.0.3

tholman avatar Feb 03 '20 16:02 tholman