These are chat archives for AngularClass/angular2-webpack-starter
An Angular 2 Webpack Starter kit featuring Angular 2, Router, TypeScript, and Webpack by AngularClass
ok ... idiot ... I added an extra task on prod config and I am good to go :)
new CopyWebpackPlugin([{
from: 'src/app',
to: 'app',
ignore: ['*.ts']
}]),
I really like webpack (after year of ANT ... )