These are chat archives for AngularClass/angular2-webpack-starter
An Angular 2 Webpack Starter kit featuring Angular 2, Router, TypeScript, and Webpack by AngularClass
Howdy Yall!!!
Does anybody here use Webpack &/| Browserify and can help a brother out?
I have a browserify bundled code that I would like to wrap with webpack or alternatively bundle in webpack and return an object.
(It's a whole project on it's own)
I tried to bundle it as a library but couldn't get that one final return value.
Any thoughts?
require
it somewhere in the component / module that depends on it
require('primeui/primeui-ng-all.css');
should do the trick...