webpack bot

Results 33 issues of webpack bot

# Bug report Regarding http://webpack.github.io/analyse/#hints **What is the current behavior?** If you go to "Hints" tab in the analysis page, it crashes, and must be reloaded in order to work...

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** After compiling a bundle with deps which use `os.homedir` function (for example `is-reachable`)...

# Bug report **What is the current behavior?** `output.clean: true` is not working with webpack dev server, when building for the first time, or when project is rebuilding due to...

Im trying to load `robotjs` with `electron` but I keep getting an annoying `Failed to compile` error. I'm using `Vue.js` for the interface, if that matters. The error ```shell error...

# Bug report **What is the current behavior?** d.ts files are not emitted after removing the output folder and running webpack again. I use ts-loader and have set declaration: true...

# Bug report **What is the current behavior?** I use [configuration dependencies](https://webpack.js.org/configuration/configuration-types/#dependencies) to make sure that the plugins from the second config `'server'` will always be executed after the first...

*A pull request by @sokra was merged and maintainers requested a documentation change.* See pull request: https://github.com/webpack/webpack/pull/8520 --- **What kind of change does this PR introduce?** Refactoring **Did you add...

webpack5

*A pull request by @huozhi was merged and maintainers requested a documentation change.* See pull request: https://github.com/webpack/webpack/pull/17310 --- ## Summary When you're using dynamic import with dynamic resource name with...

*A pull request by @alexander-akait was merged and maintainers requested a documentation change.* See pull request: https://github.com/webpack/webpack/pull/17212 --- Part of https://github.com/webpack/webpack/issues/11543, currently you can't use ```js myAudioContext.audioWorklet.addModule('./audio-worklet.js') ``` But now...

*A pull request by @snitin315 was merged and maintainers requested a documentation change.* See pull request: https://github.com/webpack/webpack/pull/16945 --- Fixes https://github.com/webpack/webpack/pull/14035 > For module federation shared, without `requiredVersion` configured, it will...