Skip to content

Instantly share code, notes, and snippets.

@eric-burel
Created February 26, 2021 08:13
Show Gist options
  • Save eric-burel/f7e163c93233b4bc52bdaf7d3fe0110a to your computer and use it in GitHub Desktop.
Save eric-burel/f7e163c93233b4bc52bdaf7d3fe0110a to your computer and use it in GitHub Desktop.
Next webpack DefinePlugin
// in next.config.js Webpack field
config.plugins.push(
new options.webpack.DefinePlugin({
  'process.env.NEXT_IS_SERVER': JSON.stringify(options.isServer.toString()),
  })
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment