nx-extensions
nx-extensions copied to clipboard
| Svelte |: Storybook Webpack 4 to 5
Is your feature request related to a problem? Please describe. The Svelte Storybook uses Webpack 4 this results in an error when using Node 17 or higher ( 'ERR_OSSL_EVP_UNSUPPORTED').
Describe the solution you'd like Upgrade the config to use Webpack 5 instead of Webpack 4
Describe alternatives you've considered run node with --openssl-legacy-provider ENV
Additional context OpenSSL 1.1.0 got removed from node in v 17