-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not minify due to stringify-object dependency not targeting browsers #285
Comments
I presume that #242 resolves the issue so will try that |
@jonthomp — Any luck? The latest version (14.0.0) doesn't seem to work with the older version of Uglify I'm using through Gatsby. |
I believe this is also related to: #211 |
@DanielHoffmann Can you use a more recent version of Uglify with Gatsby? |
armandabric
pushed a commit
that referenced
this issue
Jun 4, 2018
Can also confirm that this now works with older versions of Uglify. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to use this within a create-react-app project but am hitting build issues due to the dependency on stringify-object.
The issue is that they don't provide an ES5 compiled version and are apparently not willing to do so.
Any chance of changing to an alternative dependency or just building in a compiled version of stringify-object rather than relying on the dependency?
The text was updated successfully, but these errors were encountered: