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

# Bug report **What is the current behavior?** > In CSS 2.1, any `@import` rules must precede all other rules (except the `@charset` rule, if present). [link](https://stackoverflow.com/questions/9860763/css-import-and-the-order-of-it) - esbuild chooses...

bug
webpack-5
Send a PR

I'm not sure if this is a bug or expected feature(not compatibility for the wrong module library),so I marked it as discuss. ## good case when we not use module...

question
webpack-5

# Bug report **What is the current behavior?** The code splitting, using Webpack with Loadable plugin, doesn’t split the code to the correct bundle. It happens when both bundles use...

enhancement
inactive
webpack-5

# Bug report **What is the current behavior?** Wrong type of `(RuleSetRule | "...")` repeated in a few places in `types.d.ts` **If the current behavior is a bug, please provide...

question
webpack-5

# Bug report **What is the current behavior?** When using extention .js as part of an import (fully-specified ESM import), webpack fails to create a bundle if the file imported...

question
webpack-5

# Bug report # **What is the current behavior?** The compiled code didn't recognize the "[vue](https://github.com/vuejs/vue)" type correctly in "[vue-demi](https://github.com/vueuse/vue-demi)" and "[@vue/composition-api](https://github.com/vuejs/composition-api)" When I shared the "[vue](https://github.com/vuejs/vue)" module > The...

bug
webpack-5

resolves #16045 I implemented the issue and solution mentioned in the issue **What kind of change does this PR introduce?** a bugfix **Did you add tests for your changes?** no...

PR: reviewed-approved

# Bug report **What is the current behavior?** When the host is application tries to import the remote module, it shows the following error: ``` Uncaught (in promise) TypeError: fn...

question
webpack-5

# Bug report **What is the current behavior?** Files located in hoisted node_modules of a workspace and loaded as `asset/resource` are built outside of dist. This differs from what `file-loader`...

bug
question
webpack-5

# Bug report **What is the current behavior?** Top-level await code is currently always compiled to native async/await code and therefore doesn't work in browsers like IE11. **If the current...

enhancement
Send a PR