-
### What problem does this feature solve?
The thing stopping us from use rspack is that we rely heavily on the dllplugin (https://webpack.js.org/plugins/dll-plugin/). Is it possible to add the suppor…
-
https://segmentfault.com/a/1190000012925212
http://webpack.wuhaolin.cn/4%E4%BC%98%E5%8C%96/4-2%E4%BD%BF%E7%94%A8DllPlugin.html
webpack在build包的时候,有时候会遇到打包时间很长的问题,这里提供了一个解决方案,让打包如丝般顺滑~
## 1. 介绍
在用…
cisen updated
5 years ago
-
I am trying to setup a gulp task that generates a dll using the DllPlugin. While the dll.js gets generated I can't seem to get the manifest.json file. Does webpack-stream not support this?
-
Hi Mark,
Thank you for your demo!
In part one, I'm getting tripped up on the section around "Commit b55dbd5: Add scripts to build a Cesium bundle with DllPlugin."
I've been following along …
-
This issue is a:
- [ ] Bug report
- [x] Feature request
- [ ] Question / support request
- [ ] Other
With the DllPlugin, you can pre-build all your unchanging modules, and tell WebPack to sk…
-
I have been looking into ways to optimize our build speed, and arrived at the caching options offered by DllPlugin/DllReferencePlugin and HardSourceWebpackPlugin.
Installed and examined both HardSo…
-
### 起因
---
随着项目越来越大,引用的第三方插件会越来越多,这时候不可避免的会导致改动代码后的 ```热重载``` 以及 ```build for production``` 速度变慢
这使我想起某人半开玩笑说过的笑话~我负责的那前端巨无霸项目,现在 ```build``` 一下,都不用特意去等,太久了,冲杯咖啡回来应该就好了!
可见,对于大型项目来说,加载速度一直都是…
cjfff updated
5 years ago
-
I try to use commonjs2 style in DllPlugin and the browser return an error
```
Uncaught ReferenceError: require is not defined
```
here is my config files
- webpack dll config
```
var webpack…
-
1. DllPlugin DllReferencePlugin cnd静态文件
2. 懒加载
3. HappyPack
4. CommonsChunkPlugin 提取公共文件
-
### Element UI version
2.12.0
### OS/Browsers version
macOS10.14.4/Chrome 81.0.4044.122
### Vue version
2.5.10
### Reproduction Link
https://codepen.io/XaoZ1/pen/qBOqLKL?__cf_chl_jsch…
XaoZ1 updated
2 years ago