Skip to content

Instantly share code, notes, and snippets.

@anjmao
Created November 23, 2017 12:11
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 anjmao/95467edafa4651dfe4ceb8a2b0ecda98 to your computer and use it in GitHub Desktop.
Save anjmao/95467edafa4651dfe4ceb8a2b0ecda98 to your computer and use it in GitHub Desktop.
module: {
rules: [
{
test: /\.ts$/,
loader: ['awesome-typescript-loader', 'angular2-template-loader', 'ng-snippets-loader'],
exclude: [/node_modules\/(?!(ng2-.+))/],
},
{
test: /\.(html)$/,
loader: ['raw-loader', 'ng-snippets-loader']
}
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment