Tobias Koppers

Results 178 comments of Tobias Koppers

Please try to use the `source-map-loader` to import the existing SourceMap.

I think we can move this into the core.

Bug in `experiments.outputModule`. It should not add imports for chunks that do not contain JS. Usually it checks for that in many places, but seems like it was missed here....

Maybe we do that, but I have question: What are the benefits you are expecting from this?

This configuration: ``` js shared: { uuid: "^8.3.2", // or the equivalent: uuid: { requiredVersion: "^8.3.2" }, } ``` will force the version to be `^8.3.2`. But it's not recommended...

One challenge in the current thread-loader implementation was to efficiently pass Buffers from and to workers. Currently this is done by avoiding all serialization/ipc techniques and passing raw buffers via...

> need help with more magic - how to keep file tree sorted between client and server variants. I would say one way would be to keep a JSON file...

Send a PR when you find a solution. I don't use Vagrant, so I cannot fix it.

enhanced-resolve only handles resolving on fs. URL resolving would be handled on webpack side. Maybe you want to specify `/^\//` as external? In future we will have a `module` external...

> How do you think to handle that - and who? I plan a repo which contains exact specs for each module type (splitted by content type, export type and...