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

Terser Plugin

Results 20 terser-webpack-plugin issues
Sort by recently updated
recently updated
newest added

### Modification Proposal SWC and ESBuild minify both run off-thread though native bindings. We don't need to create workers to parallelize workloads for them, unlike terser or uglify-js which block...

PR Description ------ Fixes Incorrect CPU Core Count within Docker Container This PR contains a: - [x] **bugfix** Motivation / Use-Case: This PR addresses a bug occurring within Docker containers...

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

### Bug report I wrote my Webpack config in TypeScript. After I was calling `vue-tsc` 6 terser plugin errors appears. ### Actual Behavior 6 Erros ### Expected Behavior 0 Erros...

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

Webpack 5 version Terser webpack plugin ### Bug report UglifyJsMinify - Terser Plugin Seems not working from webpack ### Actual Behavior Built files are not running properly. Crashing page. ###...

Bumps [webpack](https://github.com/webpack/webpack) from 5.92.1 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...

dependencies

### Bug report ### Actual Behavior Building a Encore project endup to a SIGKILL when it come to TerserPlugin job. ### Expected Behavior No SIGKILL and building. ### How Do...

BREAKING CHANGE: Adds missing `peerDependencies`. This adds `peerDependencies` entries for `@swc/core` and `esbuild` at the same versions specified in `devDependencies`. Per the [npm documentation](https://docs.npmjs.com/cli/v9/configuring-npm/package-json#peerdependenciesmeta), the contents of `peerDependenciesMeta` will be...

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