Skip to content

Instantly share code, notes, and snippets.

@johhansantana
Created December 7, 2017 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johhansantana/3475844411f705b6dcea36f3545831dd to your computer and use it in GitHub Desktop.
Save johhansantana/3475844411f705b6dcea36f3545831dd to your computer and use it in GitHub Desktop.
disable uglify in nextjs webpack config
config.plugins = config.plugins.filter(plugin => {
return plugin.constructor.name !== 'UglifyJsPlugin';
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment