Alex Indigo

Results 143 comments of Alex Indigo

@goatslacker do you mind to release that minor version? Thank you.

@goatslacker Cool, thanks.

@goatslacker Hey, any news on the release front? :) Thank you.

Cool. Thanks a lot!

Hey, yes it's the one, you can find simple example in next.js repo – https://github.com/zeit/next.js/tree/canary/examples/with-ioc appshell and islands weren't opensourced themselves, but all their components are public, do you have...

@jampy you can find examples here: https://github.com/webpack/webpack/blob/54aa3cd0d6167943713491fd5e1110b777336be6/test/configCases/hash-length/hashed-module-ids/webpack.config.js

But looks like it doesn't exist in 1.0 :(

@jeromecovington As I understood it, you just have "relations" between chunks. (import gets transpiled into require in the end). Try following, you have your main chunk (and using CommonChunk and...

For me entry point chunk changes the most, but other chunks this is what getting ids update. What you can try, is to find require (import) statement for the modules...

Cool, thanks. Let me know how it's working out for you.