Daniel Cardoso
Daniel Cardoso
I'm using the branch provided by @zertosh (https://github.com/substack/browser-pack/tree/sm-fast) in my build. I'm using Yarn resolutions to force browserify to use that branch as a dependency. My incremental bundles still take...
I'm also having this issue. The output files always have the same byte length but the imports order is different. I'm not using Uglifyify at the moment so this is...
I don't have anything set up with this issue that I can share. I've set my cache bundle hash based on the file byte size and it's original name until...
Hi @casr, yes I'm using split-require. I've tested with it disabled and couldn't reproduce. It only happens on my bundles generated with split-require as far as I can tell. @goto-bus-stop...
I'm hashing my bundle names in the output function of split-require. I could reproduce it in the generated bundles even if I just added the split-require plugin without any configuration.
@casr ok, I'll set up a bare project where I can reproduce the issue.
I finally got time to setup a test project, here it is: [split-require-test](https://github.com/danielcardoso5/split-require-test). You have the steps to reproduce the issue in the readme. Let me know if you have...
@goto-bus-stop thanks, I can confirm the fix works! @mynameistechno can you confirm this was also the issue you're having?
The best way I found to modify the async action creator to return the http.get promise and then make the test an async function and set the action dispatcher with...
+1 Really missing this feature. There's many use cases when you'd like to store the whole object and not a single property value. Like @PhiLhoSoft it should be added as...