Closed winterbe closed 2 years ago
Hey @winterbe, I think you can safely ignore those warnings as they are only devDependencies
related. You can also check out react-avatar-editor@14.0.0-beta.0
where we completely replaced the build architecture.
@dan-lee Thanks for the clarification. I've tested 14.0.0-beta.0
and the warnings are gone. π
Hi,
first, I want to say thank you for this awesome library. π
When I upgrade from version
11.0.9
to13.0.0
I get the following warnings:My project is build with TypeScript and Webpack without Babel. However
react-avatar-editor
seems to work properly in my application despite the warnings. So I guess the peer dependency to Babel is related to building the packages from source? Maybe you could remove the peer dependency warnings so end-users without Babel don't get confused? Or is Babel indeed mandatory forreact-avatar-editor
to work properly in production? I'd prefer not to add Babel to my project if it's not necessary.Thanks in advance for your help. π
Regards π