Closed h3rmanj closed 3 years ago
Unfortunately, this alone is not enough to make things work. The CI task is currently failing on uglify, but I'm sure there are more deps that need to be checked before this will pass.
The master branch and the latest release 6.9.1 fails for the same reason, I'm guessing there is some old build pipeline here? I probably could look at it if you'd like though. This PR is only to fix the issue of not being able to install this package at all if you have npm v7, and react v17.
The warnings
flag is a top-level option to uglify, so I moved it out of the compress
options. Seems to have fixed the pipeline.
It's false
by default though, but i left it there for good measure.
cheers. I'll merge this in and push a minor update.
v6.10.0 published
Addresses #346