-
Thanks for the project! I tried to use this plugin in Webpack 5 using the example in the README, but unfortunately it doesn't work with the following error message:
```
library name must be a stri…
-
Please update node-forge to migrate to webpack5 as maintaining it in the Debian OS environment caused a bug as we try to build the package with webpack 5.65.0 after updating node-forge webpack.config …
-
使用wangEditor-for-react,再配置webpack5的cache之后,会导致内存溢出。将其依赖放到devDependencies中,就不会报错。这是为什么?
![image](https://github.com/wangeditor-team/wangEditor-for-react/assets/24283952/6f3f5ef6-b0d9-4f8a-812b-1282e43…
-
Looks like it doesn't support webpack5
-
core-js/modules 内部报错 `Uncaught TypeError: $ is not a function`
```
...
module: {
rules: [
{
test: /\.js$/,
// * fix: 配置忽略core-js
exclude: /core-js/,
…
-
Hi @DanielSchaffer ,
with webpack5 at it's doorstep, I noticed that with webpack@next (v5.0.0-beta7) the following line https://github.com/DanielSchaffer/webpack-babel-multi-target-plugin/blob/c7e8…
-
https://webpack.js.org/configuration/optimization/
'...' can be used in optimization.minimizer to access the defaults.
so
when i use ```minimizer: [new CssMinimizerPlugin(), '...'],```
bui…
-
Problem:
When I set it up, I get an error.
```
cache: {
type: 'filesystem'
}
```
Error log:
```
-> RawSource
[webpack.cache.PackFileCacheStrategy] Error: No serializer registered for…
-
### 相关平台
微信小程序
### 复现仓库
[https://github.com/WhatsNew3/taro-test-demo.git](https://github.com/WhatsNew3/taro-test-demo.git)
**小程序基础库: 3.6.0**
**使用框架: Vue 3**
### 复现步骤
Taro4.0.6,webpack5,…
-