Sam Lin

Results 124 comments of Sam Lin

I think what he wanna do is more like having a way to build a DLL for css files, like style.dll.css. How do we achieve this with this plugin ?

@asadsahi You can actually use your own project name and set the path to the main.scss that imports all vendor scss. Something like this. ``` styles: [{ name: 'my-app', path:...

@asadsahi I think you misunderstood. My solution did separate component's style and vendor's. I put all vendor style in a main.scss because I need to customize bootstrap's style by overwriting...

@asadsahi It should be pretty straight forward. I only change the following part. ``` new DllBundlesPlugin({ bundles: { styles: [{ name: 'my-app', path: helpers.root('styles', 'main.scss') }], polyfills: [ 'core-js', ......

Well, I haven't decided yet. But did you try the change I mentioned ? Anything doesn't work ?

@asadsahi I thought you were trying to create a css DLL file ?

Why not ? If we create a CSS DLL file for vendors' style, we don't need to recompile that part all the time right ? Isn't it the whole point...

@kzu ah...this is definitely a wrong attitude. If you think vast user-base doesn't care, you are playing with the fire. I just came to check because I have an issue...

thanks @dancrew32. good information

Here is the attempt I tried http://plnkr.co/edit/Dc3cfu?p=preview line 36 -41 and line 71. I don't understand why it was in the first place. model.push({ 'id': value, 'text': value });