source-map-loader icon indicating copy to clipboard operation
source-map-loader copied to clipboard

extract sourceMappingURL comments from modules and offer it to webpack

Results 11 source-map-loader issues
Sort by recently updated
recently updated
newest added

This PR contains a: - [ ] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [x]...

This PR contains a: - [ ] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [x]...

# Bug report **What is the current behavior?** source-map-loader reporting errors for each installed module, example below (this repeats for each installed module) ``` WARNING in ./node_modules/caip/dist/cjs/utils.js Module Warning (from...

- Operating System: macOS - Node Version: any - NPM Version: any - webpack Version: 5.11.1 - source-map-loader Version: 2.0.0 ### Expected Behavior Source files not added to webpack's dependencies...

This PR contains a: - [ ] **bugfix** - [x] new **feature** - [ ] **code refactor** - [x] **test update** - [ ] **typo fix** - [x] **metadata update**...

- Operating System: macOS 11.2.3 - Node Version: 14.16.0 - NPM Version: 6.14.11 - yarn version: 1.22.10 - webpack Version: 5.31.0 - source-map-loader Version: 2.0.1 ### Expected Behavior Breakpoint should...

Documentation Is: - [ ] Missing - [x] Needed - [x] Confusing - [ ] Not Sure? ### Please Explain in Detail... I think some kind of mapping for which...

https://github.com/webpack/webpack/discussions/17178

This PR contains a: - [ ] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [x]...

### Bug report I try to use local package from my workspace that has `source-map` baked into as separate file `.js.map` and properly sourcemapping information added to corresponding `.js` file...