Donaldcwl / browser-image-compression

Image compression in web browser
MIT License
1.31k stars 161 forks source link

Module parse failed #136

Closed LongLiveTheDev closed 2 years ago

LongLiveTheDev commented 2 years ago

I got this error after just imported this library into my project. "next": "12.0.7", "browser-image-compression": "^1.0.17", image

Donaldcwl commented 2 years ago

You may need to exclude node_modules in your Webpack config. You can refer to https://stackoverflow.com/a/35820388