angular - Angular2 vendor bundle with browserify -


im trying split compile app , vendor bundle minimize compile time. app made angular2 , im trying use gulp/browserify bundling.

the issue when im loading webpage, following error:

_prelude.js:1uncaught error: cannot find module '@angular/platform-browser-dynamic' s @ _prelude.js:1 s @ _prelude.js:1 (anonymous function) @ _prelude.js:1 (anonymous function) @ main.ts:2 7../app/app.component @ main.ts:7 s @ _prelude.js:1 e @ _prelude.js:1 (anonymous function) @ _prelude.js:1 

the code can found at: https://github.com/ingvarkofoed/angular2-browserify

what im doing wrong? :)


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -