I try to use angular2 with webpack i follow the steps from angular guide and when run my project there is no errors and the output is:
70% 3/3 build modules http://localhost:8080/
webpack result is served from http://localhost:8080/
content is served from D:\angular-webpack
404s will fallback to /index.html
chunk {0} app.js, app.css (app) 3.56 kB {2} [rendered]
chunk {1} polyfills.js (polyfills) 467 kB [rendered]
chunk {2} vendor.js (vendor) 2.34 MB {1} [rendered]
Child html-webpack-plugin for "index.html":
chunk {0} index.html 321 bytes [rendered]
Child extract-text-webpack-plugin:
chunk {0} extract-text-webpack-plugin-output-filename 1.96 kB [rendered]
webpack: bundle is now VALID.
but i don't know what after this how to use it to deploy my project in production? also the dist folder is allways empty