These are chat archives for AngularClass/angular2-webpack-starter
An Angular 2 Webpack Starter kit featuring Angular 2, Router, TypeScript, and Webpack by AngularClass
Hi there, hopefully someone can answer my question:
I see the webpack config uses a custom attribute: metadata. However, if I try to add this in another project (which is not a seed from this repos) I get the warning:
"configuration has an unknown property 'metadata’.”
My question is: How did you guys make webpack accept that custom attribute?