guardicore / guardicore/monkey
Improve UI build by using DLLs
Open
Feature
Refactor
- Dominant language
- Python
- Stars
- 7.1k
- Forks
- 830
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
Building the UI can be improved by using [DLL Plugin](https://webpack.js.org/plugins/dll-plugin/). `DllPlugin` and `DllReferencePlugin` splits bundles in such a way that drastically improve build time.
**Describe the solution you'd like**
Find a way to use this plugin and improve the build UI time.
**Describe alternatives you've considered**
Some of the alternatives are using: [`parallel-webpack`](https://www.npmjs.com/package/parallel-webpack)
Contributor guide
Assessment
This issue has not been assessed yet.