webpack icon indicating copy to clipboard operation
webpack copied to clipboard

A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AM...

Results 579 webpack issues
Sort by recently updated
recently updated
newest added

when I am configuring my webpack, some values are of type string because they accept all strings. however, there are special cases where a value will have unique behavior. A...

Reference: https://github.com/webpack/webpack/discussions/14066 ## Feature request **What is the expected behavior?** Does webpack team have any plan for supporting inline worker? **What is motivation or use case for adding/changing the behavior?**...

enhancement
question
inactive

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action...

Adds a check before module execution to provide a helpful error message when a module ID is not found in `__webpack_modules__`, instead of the cryptic `Cannot read properties of undefined...

**Summary** This PR improves the developer experience by adding more "Did you mean" hints when users make common configuration mistakes. When webpack detects an unknown top-level option, it now suggests...

Bumps the dependencies group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [browserslist](https://github.com/browserslist/browserslist) | `4.28.0` |...

dependencies

### Bug Description When using code optimization to drop unused code, assets that were emitted but no longer referenced are still emitted. ### Link to Minimal Reproduction and step to...

**What kind of change does this PR introduce?** Adds release automation to discord https://github.com/marketplace/actions/github-releases-to-discord fixes https://github.com/webpack/tsc/issues/52 **Did you add tests for your changes?** N/A **Does this PR introduce a breaking...

**Summary** **What kind of change does this PR introduce?** 1. When `devtool` is set to `eval` or `eval-source-map` with native css enabled, we still apply `SourceMapDevToolPlugin` for css. 2. When...

This PR fixes #15980. Problem: - Stacktraces were printed even when errorStack: false - hideStack conflicted with errorStack causing verbose errors Solution: - Updated ModuleBuildError, ModuleParseError, and ModuleDependencyError - Now...