Daniel Heath
Daniel Heath
Perhaps I have misread, but it seems to me that if support for treating `new URL( "./worker", import.meta.url )` as another form of `import` that creates a separate entrypoint were...
If the file contents are included in the hash, does that imply that circular references cannot be built (since each file contains a reference to another)? Or is the hash...
> One way is to use dummy text for import paths, calculate all of the file hashes, then swap the dummy text for the real import paths I think that...
> Right now I'm thinking that tree shaking would still be active for manual chunks, although it would only remove code that isn't used by any entry point. This will...
I was suggesting 1, on the basis that most libraries are stateless, and if you customize your config to have a stateful library appear multiple times, you are inviting bugs....
"Create an unused entrypoint with `import React from 'react'; window._react = React`" is a method of manually adjusting the bundle splitting. Not a great one, admittedly, but I'm not clear...
Lets say you have CSV imports and exports, and want round-tripping to work. You export with: ``` Foo.select('bar as Baz').copy_to_string ``` then import with: ``` Foo.copy_from filename, :map => {'Baz'...
Ahh - I only ran the default target locally. Will do.
@brendon looks like the only remaining issues are caused by unrelated new gem releases that need locking down.
@brendon I've fixed the gem dependency issues as well, which should get the build passing on mainline again.