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
Post a Comment