Skip to content
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

fix(plugin-netlify-cms): fix uglify webpack plugin check #10150

Merged
merged 1 commit into from
Nov 27, 2018

Conversation

erquhart
Copy link
Contributor

Closes #10067.
Replaces #10149.

Webpack started using terser instead of uglify, which broke our plugin's check for the uglify webpack plugin (to exclude it from our pipeline). But it seems that excluding terser isn't even necessary, can't find any bugs in dev or prod builds.

The remaining plugin that needs to be avoided will be handled by name rather than instance.

cc/ @pieh

Copy link
Contributor

@pieh pieh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @erquhart!

@pieh pieh merged commit b1101f5 into gatsbyjs:master Nov 27, 2018
@pieh
Copy link
Contributor

pieh commented Nov 27, 2018

Published gatsby-plugin-netlify-cms@3.0.8

@erquhart erquhart deleted the fix/netlify-cms-uglify branch November 27, 2018 15:30
gpetrioli pushed a commit to gpetrioli/gatsby that referenced this pull request Jan 22, 2019
…byjs#10150)

Closes gatsbyjs#10067.
Replaces gatsbyjs#10149.

Webpack started using terser instead of uglify, which broke our plugin's check for the uglify webpack plugin (to exclude it from our pipeline). But it seems that excluding terser isn't even necessary, can't find any bugs in dev or prod builds.

The remaining plugin that needs to be avoided will be handled by name rather than instance.

cc/ @pieh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants