You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 14, 2025. It is now read-only.
I'm using the Preload package in my app , I use webpack to bundle and minify everything using the HtmlWebpackPlugin with minifyjs set to true. When I build the project with this package installed I get the following error:
Failed to minify the code from this file:
./node_modules/react-preload/lib/ImageHelper.js:3
Any hints as to how I could solve this?
It appears that it isn't transpiled to ES5. According to the following link: