keidrun / css-url-loader

Webpack loader to transform URLs to other URLs in CSS.
MIT License
5 stars 3 forks source link

TypeError: (0 , _schemaUtils.default) is not a function #34

Open ZiggyZiggyD opened 2 years ago

ZiggyZiggyD commented 2 years ago

Hello!

I am getting the error below when I build my project with webpack. Any idea why this comes up?

webpack 5.60.0 compiled with 3 errors in 2095 ms Error: ModuleBuildError: Module build failed (from ./node_modules/css-url-loader/build/loader.js): TypeError: (0 , _schemaUtils.default) is not a function at Object.loader (/Users/ziggyd/Desktop/MyApp/node_modules/css-url-loader/build/loader.js:77:28),ModuleBuildError: Module build failed (from ./node_modules/css-url-loader/build/loader.js):

Thanks!

marcellobarile commented 1 year ago

any update?

PeterWone commented 3 months ago

Is this a webpack5 thing? That's what I'm using.