pxwee5

Results 14 comments of pxwee5

Stats json uploaded. [stats.json.zip](https://github.com/webpack-contrib/webpack-bundle-analyzer/files/3409333/stats.json.zip)

@th0r https://github.com/pxwee5/analyzer-test Here you go. I've started a new repo with minimal code and the dependencies in the project. ### Checkout First Commit 1. `npm run build` 2. Build time...

**Additional Info:** Funny part is this only happens when you install with `npm install`. If you use `yarn`, build time is normal. I'm super confused now.

Just reporting that it works for me. Did you miss any steps?

From what I can understand this is pretty much a computed state. If this is the case, can we name this `computedVar` or something so that it's similar to the...

In Vue2.0 the above code by @pbelyaev isn't working anymore. Anymore ideas besides listening to window onload ?

@elcontraption Yes I am aware of that. Sorry should have made it clear in the beginning. But it still didn't work. I tested on `mounted()` and `updated()` (I think `updated()`...

@elcontraption That's weird. Let me check the code, maybe it's to do with the images not loaded yet during mount.

Yep that's what I meant. Also, `saber-link` won't update the page content (`window.History` is updated however) on a clear cache reload if index page does not use a layout. To...

This should be critical. I'm running into issues where: - I have 70 press releases - The 71st press release is created under the name `71.new name` - Editor sometimes...