Skip to content

Instantly share code, notes, and snippets.

@aaronfrost
Created June 23, 2017 22:08
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 aaronfrost/b9e822c15640acbbc820fbe4323ac3e0 to your computer and use it in GitHub Desktop.
Save aaronfrost/b9e822c15640acbbc820fbe4323ac3e0 to your computer and use it in GitHub Desktop.
ngtools/webpack with Loader Support
const webpackconfig = {
module:{
rules: [
{
test: /\.ts$/,
use: [
{
loader: '@ngtools/webpack'
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment