-
It throws when comparing two webpack-5 stats.
Obviously the problem in `chunkalyse` package, but seems like it's not maintained. And other issues may occur after fixing this one.
```
TypeError:…
-
Does this module support Webpack 5?
If not, are there plans to introduce it?
-
### Describe the bug
When importing `@webcontainer/api@1.4.0` into a project using Webpack 5 bundler, it throws an error:
```shell
ERROR in ./node_modules/@webcontainer/api/dist/utils/file-syste…
-
### Current Behavior
When I try to upgrade from v19 to v20 I'm seeing the error:
```
npx nx migrate nx@20
Fetching meta data about packages.
It may take a few minutes.
Fetching nx@20…
-
getting this on webpack 5:
```
[webpack-dev-middleware] TypeError: Cannot read property 'unshift' of undefined
at /Users/kelly/tock/admin/consumer/node_modules/react-dev-tools-iframe-webpack…
-
trying webpack 5 alpha, getting `Module not found` for astroturf virtual files. probably something has changed in the way we should insert virtual modules into the compilation?
-
### 🧐 问题描述 | Problem description
在Deepin V23系统下, 从官网安装的Ant design pro示例,使用的npm i安装的依赖, 然后启动报权限错误, 使用sudo npm start启动正常;
npm start 启动报错: "Error: EACCES: permission denied, open '/.config/postcssrc'"
…
-
Since webpack release to v5, some required lib for browser running are missing:
```
BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer t…
-
I am seeing the errors below after upgrading to webpack 5
[DEP_WEBPACK_DEPRECATION_ARRAY_TO_SET] DeprecationWarning: Compilation.chunks was changed from Array to Set (using Array method 'filter' is d…
-