UNPKG

456 BMarkdownView Raw
1# Webpack
2Various utils related to the Webpack bundling process.
3
4**Why?** — Webpack is the backbone of our development; it is great, but
5there are some tricky situations, that can be leveraged by functions provided
6here.
7
8### Reference
9- **`requireWeak(module)`** — Requires specified `module` in the weak way:
10the module is not bundled by Webpack, and it is required from the runtime
11environment at the moment when this function is executed.