schempy / angular2-typescript-webpack

Angular2 starter kit with Typescript and Webpack
http://www.schempy.com/2016/01/19/angular2_webpack_typescript/
67 stars 30 forks source link

Article #14

Closed hermanfransen closed 8 years ago

hermanfransen commented 8 years ago

Hi,

In the article explaining webpack.config.js you should change boot for main. This is changed since upgrading to RC7.

entry: {
    "vendor": "./app/vendor",
    "app": "./app/main"
  },
schempy commented 8 years ago

Thanks @hermanfransen! Missed that one. Fixed on the article.