Skip to content

Instantly share code, notes, and snippets.

@RichardBray
Created January 10, 2018 11:07
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/9b9ea097737004d8bfee07dc1146c85d to your computer and use it in GitHub Desktop.
Save RichardBray/9b9ea097737004d8bfee07dc1146c85d to your computer and use it in GitHub Desktop.
Adding typescript as a rule in the modules
module: {
rules: [
{
test: /\.tsx?$/,
loader: "awesome-typescript-loader"
}
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment