formio-viewer
formio-viewer copied to clipboard
Fix [webpack-cli] Error: error:0308010C:digital envelope routines::unsupported when running "npm run build"
-
npm run build
will throw an error due to node.js fixing security issue with SSL provider in Node.js v17 - Specifying the
hashFunction
in the webpack.config file fixes this issue - see stackoverflow