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
Having jimp as a dependency results now in the following warning when running yarn install:
warning html5-webpack-plugin > favicons > jimp > @babel/[email protected]: 🚨 As of Babel 7.4.0, this
package has been deprecated in favor of directly
including core-js/stable (to polyfill ECMAScript
features) and regenerator-runtime/runtime
(needed to use transpiled generator functions):
> import "core-js/stable";
> import "regenerator-runtime/runtime";
The text was updated successfully, but these errors were encountered:
If you are using jimp for Node.js (not browser) you may try jimp-compact a repackaged version which is much smaller and also hasn't a dependency on jimp.
Current Behavior
Having jimp as a dependency results now in the following warning when running
yarn install
:The text was updated successfully, but these errors were encountered: