mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-11 09:54:10 +01:00
20 lines
468 B
Markdown
20 lines
468 B
Markdown
# Dependencies
|
|
|
|
## Webpack:
|
|
|
|
Since `webpack@5` auto polyfills for `nodejs` are not provided.
|
|
see https://webpack.js.org/blog/2020-10-10-webpack-5-release/#automatic-nodejs-polyfills-removed
|
|
|
|
List of essential libraries to produce build:
|
|
|
|
- `assert` (polyfill)
|
|
- `crypto-browserify` (polyfill)
|
|
- `html-webpack-plugin`
|
|
- `process` (polyfill)
|
|
- `stream-browserify` (polyfill)
|
|
- `style-loader`
|
|
- `terser-webpack-plugin`
|
|
- `util` (polyfill)
|
|
- `webpack-*`
|
|
- `worker-loader`
|