auspice
auspice copied to clipboard
Upgrade webpack v4 → v5
Description of proposed changes
webpack 4 does not support Node.js v18 without the --openssl-legacy-provider option.
Related issue(s)
Support for Node.js 18 (#1553) relies on this webpack upgrade.
Testing
👍 thanks Victor -- I'll re-review this before the end of the week
Split the changes into 3 PRs:
- Upgrade webpack v4 → v5 (this PR)
- #1559 (this should be good to merge)
- #1560 (this relies on the webpack upgrade)