Skip to content

Instantly share code, notes, and snippets.

@saitonakamura
Last active April 16, 2018 07:14
Show Gist options
  • Save saitonakamura/8575707d83da6ed8536611e296534eb3 to your computer and use it in GitHub Desktop.
Save saitonakamura/8575707d83da6ed8536611e296534eb3 to your computer and use it in GitHub Desktop.
Next.js Awesome Typescript integration: how to modify Next.js default webpack configuration
module.exports = {
webpack(config, { dev }) {
// modify it!
return config;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment