Skip to content

Instantly share code, notes, and snippets.

@RichardBray
Created January 10, 2018 12:42
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 RichardBray/98d620a526b9a042558b8effcb9b6cab to your computer and use it in GitHub Desktop.
Save RichardBray/98d620a526b9a042558b8effcb9b6cab to your computer and use it in GitHub Desktop.
Two rules
module: {
rules: [
{
test: /\.tsx?$/,
loader: "awesome-typescript-loader"
},
{
enforce: "pre",
test: /\.js$/,
loader: "source-map-loader"
}
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment