Mikhail Bashkirov

Results 47 comments of Mikhail Bashkirov

Makes sense indeed, thanks for your time analysing this and providing this repro. I saw code that is handling the flag `http2` for the URL construction, so I assumed it...

@robertsLando is `http2` still needed then? I feel like some docs is missing to explain all this. Would be good to work on this improvement, so I'll keep this issue...

@koddsson where shall I post bugs found in the canary release?

> > @koddsson where shall I post bugs found in the canary release? > > I think just a issue would be great :) What is your plan in releasing...

Is this just confusing code or it's broken too? It's indeed confusing, but IIRC we process all `import.meta.url` and add extra URL wrapper to resolve it relatively to the original...

Oh, actually, I just looked once more at the screenshot. After bundling the wrapper should contain the original file name, and not just `import.meta.url` twice, e.g. smth like this -...

> emm, actually the output result is working fine in webpack where the double URL would be replaced with the real path. 🤔🤔 if it's working, then probably your JS...

Did you check `rollupFinal` API? You might need to set it up too for CommonJS. PS: happy to see that you are trying the new builder :)

I see you are also using "autodocs" and I must say that I didn't invest a lot of time in testing that. Some of the Storybook dependencies are not just...

From my experience I feel like you might be trying to bundle the dependency which is close to the root of the dependencies tree which might bundle too much and...