Alexandre Galays
Alexandre Galays
I have the same issue with the latest version (3.0.0-beta.18) and webpack 2.2 rc3. It always works the very first time, and sometimes it continues to work for a while...
ts-loader works just fine with webpack 2 by the way, if you're stuck.
I have the same issue, without using Hasher. I'm using route.interpolate from another library that should automatically encode URI components for its users. If I don't encode -> path params...
Tiny repro here : https://github.com/AlexGalays/repro-webpack-cssloader Expected: Only two classes in the extracted `dist/root.css` Actual: One of the two classes is outputted twice. Looks like the trigger is for a className...
@plesiecki Thanks; I had to use optimize-css-assets-webpack-plugin to make it work in my setup, but it should be equivalent.
I mean: In the main module (snabbdom.js) the `create` hook is [called with an empty VNode as its first argument](https://github.com/snabbdom/snabbdom/blob/master/src/snabbdom.ts#L116) As far as I know, its only purpose is to...
If you don't mind a more frameworky approach, a lib I'm working on also supports "efficient subtree rendering": https://github.com/AlexGalays/dompteuse
@paldepind Well, "efficient subtree rendering" is coupled to the Component functionality. Parents don't render their children components fully, instead all they see is just see an empty placeholder div. That's...
> Hey, Typescript novice here. Is Definitely Typed still the way to submit typings? I thought it was replaced by some other method... It still is the one and only...
Can't wait to use this