Peter Goldberg

Results 6 issues of Peter Goldberg

**What kind of change does this PR introduce?** Fixing `loaders` not being passed to the `output.devtoolModuleFilenameTemplate` function as mentioned in the docs: https://webpack.js.org/configuration/output/#outputdevtoolmodulefilenametemplate **Did you add tests for your changes?**...

PR: reviewed-approved

Declaring a global module with `declare module 'react-draggable'` is unnecessary, and can cause type pollution if multiple versions of `react-draggable` end up in a package. This is exemplified in this...

This PR contains: - [ ] bugfix - [x] feature - [ ] refactor - [ ] documentation - [ ] other Are tests included? - [x] yes (_bugfixes and...

# Bug report **What is the current behavior?** When a web worker imports a CommonJS module with a self reference dependency, webpack throws `Error: Self-reference dependency has unused export name:...

bug
Send a PR

### System Info System: OS: macOS 15.6 CPU: (10) arm64 Apple M1 Pro Memory: 226.31 MB / 32.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 22.11.0 - ~/.nvm/versions/node/v22.11.0/bin/node npm: 10.9.0...

### System Info System: OS: macOS 15.5 CPU: (10) arm64 Apple M1 Pro Memory: 149.44 MB / 32.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 18.18.0 - ~/.nvm/versions/node/v18.18.0/bin/node Yarn: 1.22.22...

bug