Yuriy Grunin
Yuriy Grunin
The logic that initiates preloading of a lazy route doesn't handle potential load errors (e.g. bad network connection) so they are thrown. I think preloader should ignore them as they're...
`sassc-ruby v2.2.1` Sass code: ```scss @mixin test { & &__elem:not(&__elem_selected) { color: red; } } .foo { @include test; } .bar { @include test; } ``` Compiled CSS: ```css .foo...
Hi! Thanks for the great plugin! My question is whether TS is supported?
At first, thanks a lot for a great work, man! Works like a charm but it took me a while to make it work server side with `match()` and I...
Thanks for a great library! What do you think about typescript support? Is it something you're interested in?
See [here](https://github.com/shlomiassaf/webpack-dll-bundles-plugin/pull/12/files#diff-a84f60e04d03dd963458bd8a12f9ac20R70) for option description.
Hi! Thanks for a great plugin! Here is my problem: we are migrating our app from ng1 to ng2 and have two webpack configs. First one contains two bundles: `app`...
Fixes #10 Currently if you use this plugin in multi-config webpack configuration it will generate/validate dll bundles N times in parallel where N is the number of configs. This PR...
Is it possible to generate url for specific route not to hardcode them in templates?
Input's value can be changed even with a `readonly` attribute set. Browsers: FF 30, Chrome 34.