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
Unfortunately, the image-url library is not compatible with Uglify because it is published in ES6 only, so unless the user explicitly configures their bundler to transpile it on build then Uglify will crash. For some users this is trivial, but for use with a SPA framework like Create React App or Gatsby then the user might not have visibility over this configuration, causing issues like this one.
The text was updated successfully, but these errors were encountered:
Unfortunately, the
image-url
library is not compatible withUglify
because it is published in ES6 only, so unless the user explicitly configures their bundler to transpile it on build then Uglify will crash. For some users this is trivial, but for use with a SPA framework like Create React App or Gatsby then the user might not have visibility over this configuration, causing issues like this one.The text was updated successfully, but these errors were encountered: