terser-webpack-plugin icon indicating copy to clipboard operation
terser-webpack-plugin copied to clipboard

Terser Plugin

Results 17 terser-webpack-plugin 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]...

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

- webpack Version: 5.31.0 - terser-webpack-plugin Version: 5.1.1 ### Feature Proposal Configuration could be automatically picked up by looking for `.terserrc` in the same directory as `webpack.config.js` like Parcel does:...

- Operating System: Windows - Node Version: 13.5.0 - NPM Version: 6.13.4 - webpack Version: 4.41.2 - terser-webpack-plugin Version: 3.0.2 ### Feature Proposal What about adding nameCache option? I haven't...

enhancement
help wanted

- Operating System: macOS 10.14.6 - Node Version: 12.11.1 - NPM Version: 6.11.3 - webpack Version: 4.41.0 - terser-webpack-plugin Version: 1.4.1 ### Feature Proposal Support more options for `devtool`, in...

enhancement

### Bug report Hi, We have updated the terser-webpack-plugin package to the latest version(5.3.6) The latest version of opener has 1 High Vulnerability Is there a way to fix this...

Hey guys, We are trying to exclude some chunky / unnecessary node_modules files from our bundle by adding them to our externals list like so: ``` externals: [ /pdfmake\.js$/, /xlsx\.js$/,...

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

# Bug report [webpack-terser-bug](https://github.com/kerm1it/webpack-source-map-bug) **What is the current behavior?** When my project using json file and `[email protected]`, the source map is incorrect: ![incorrect](https://github.com/webpack/webpack/assets/33770367/e6567d15-9a0f-441e-931e-b5bedcba6c07) Find `a.json` is mapped to `use-sync-external-store` incorrectly....