Skip to content

Instantly share code, notes, and snippets.

@RichardBray
Last active January 10, 2018 13:28
Show Gist options
  • Save RichardBray/a7874340b45b2e375d84ea7fce14c323 to your computer and use it in GitHub Desktop.
Save RichardBray/a7874340b45b2e375d84ea7fce14c323 to your computer and use it in GitHub Desktop.
resolve and devtool
devtool: "source-map",
resolve: {
extensions: [".js", ".ts", ".tsx"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment