webpack
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...
# 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...
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...
# 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...
# 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...
# 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...
# 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...
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...
# 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...
asset/resource builds outside of dist when [pathname] contains references to hoisted node_modules
# 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 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...