vue打包与启动错误【已解决】


启动报错
Error: error:0308010C:digital envelope routines::unsupported
安装新版node.js出现问题:因为 node.js V17版本中最近发布的OpenSSL3.0 而OpenSSL3.0对允许算法和密钥大小增加了严格的限制,
可能会对生态系统造成一些影响。故此以前的项目在升级 nodejs 版本后会报错
这种做法,就是每次运行都要输入  SET NODE_OPTIONS=--openssl-legacy-provider ,
来告诉nodejs,别使用最新的SSL3.0,还是使用以前旧版本的。
然后再执行npm run dev


打包时

 

Failed to compile with 21 errors                                                                                                     10:13:46

 error  

static/js/app.fc75538b.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:79:19)
    at Object.createHash (node:crypto:139:10)
    at E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:217:37
    at Array.forEach (<anonymous>)
    at TerserPlugin.optimizeFn (E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:160:259)
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:7:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1409:36
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1405:32
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.seal (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1342:27)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:675:18
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1261:4
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:24:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.finish (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1253:28)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:672:17
    at _done (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:9:1)
    at eval (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:32:22)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1185:12
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1097:9
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)

 error 

static/js/chunk-007d2dc9.9e4812c6.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:79:19)
    at Object.createHash (node:crypto:139:10)
    at E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:217:37
    at Array.forEach (<anonymous>)
    at TerserPlugin.optimizeFn (E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:160:259)
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:7:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1409:36
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1405:32
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.seal (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1342:27)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:675:18
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1261:4
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:24:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.finish (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1253:28)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:672:17
    at _done (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:9:1)
    at eval (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:32:22)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1185:12
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1097:9
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)

 error 

static/js/chunk-03fd590b.9b9865d8.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:79:19)
    at Object.createHash (node:crypto:139:10)
    at E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:217:37
    at Array.forEach (<anonymous>)
    at TerserPlugin.optimizeFn (E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:160:259)
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:7:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1409:36
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1405:32
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.seal (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1342:27)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:675:18
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1261:4
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:24:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.finish (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1253:28)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:672:17
    at _done (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:9:1)
    at eval (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:32:22)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1185:12
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1097:9
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)

 error 

static/js/chunk-1de10d25.f576dfc0.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:79:19)
    at Object.createHash (node:crypto:139:10)
    at E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:217:37
    at Array.forEach (<anonymous>)
    at TerserPlugin.optimizeFn (E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:160:259)
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:7:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1409:36
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1405:32
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.seal (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1342:27)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:675:18
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1261:4
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:24:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.finish (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1253:28)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:672:17
    at _done (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:9:1)
    at eval (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:32:22)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1185:12
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1097:9
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)

 error 

static/js/chunk-2727631f.43214ece.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:79:19)
    at Object.createHash (node:crypto:139:10)
    at E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:217:37
    at Array.forEach (<anonymous>)
    at TerserPlugin.optimizeFn (E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:160:259)
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:7:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1409:36
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1405:32
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.seal (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1342:27)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:675:18
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1261:4
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:24:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.finish (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1253:28)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:672:17
    at _done (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:9:1)
    at eval (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:32:22)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1185:12
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1097:9
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)

 error 

static/js/chunk-28d108d3.3f2d32ec.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:79:19)
    at Object.createHash (node:crypto:139:10)
    at E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:217:37
    at Array.forEach (<anonymous>)
    at TerserPlugin.optimizeFn (E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:160:259)
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:7:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1409:36
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1405:32
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.seal (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1342:27)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:675:18
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1261:4
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:24:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.finish (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1253:28)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:672:17
    at _done (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:9:1)
    at eval (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:32:22)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1185:12
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1097:9
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)

 error 

static/js/chunk-2d0b2b28.dfeeefbc.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:79:19)
    at Object.createHash (node:crypto:139:10)
    at E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:217:37
    at Array.forEach (<anonymous>)
    at TerserPlugin.optimizeFn (E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:160:259)
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:7:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1409:36
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1405:32
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.seal (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1342:27)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:675:18
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1261:4
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:24:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.finish (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1253:28)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:672:17
    at _done (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:9:1)
    at eval (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:32:22)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1185:12
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1097:9
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)

 error 

static/js/chunk-2d0e2366.319dcc8a.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:79:19)
    at Object.createHash (node:crypto:139:10)
    at E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:217:37
    at Array.forEach (<anonymous>)
    at TerserPlugin.optimizeFn (E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:160:259)
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:7:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1409:36
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1405:32
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.seal (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1342:27)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:675:18
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1261:4
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:24:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.finish (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1253:28)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:672:17
    at _done (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:9:1)
    at eval (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:32:22)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1185:12
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1097:9
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)

 error 

static/js/chunk-2d0f012d.2abd262d.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:79:19)
    at Object.createHash (node:crypto:139:10)
    at E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:217:37
    at Array.forEach (<anonymous>)
    at TerserPlugin.optimizeFn (E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:160:259)
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:7:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1409:36
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1405:32
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.seal (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1342:27)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:675:18
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1261:4
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:24:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.finish (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1253:28)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:672:17
    at _done (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:9:1)
    at eval (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:32:22)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1185:12
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1097:9
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)

 error 

static/js/chunk-3016375e.292fd361.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:79:19)
    at Object.createHash (node:crypto:139:10)
    at E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:217:37
    at Array.forEach (<anonymous>)
    at TerserPlugin.optimizeFn (E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:160:259)
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:7:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1409:36
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1405:32
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.seal (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1342:27)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:675:18
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1261:4
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:24:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.finish (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1253:28)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:672:17
    at _done (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:9:1)
    at eval (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:32:22)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1185:12
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1097:9
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)

 error 

static/js/chunk-3f93175c.e0135bbb.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:79:19)
    at Object.createHash (node:crypto:139:10)
    at E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:217:37
    at Array.forEach (<anonymous>)
    at TerserPlugin.optimizeFn (E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:160:259)
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:7:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1409:36
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1405:32
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.seal (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1342:27)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:675:18
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1261:4
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:24:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.finish (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1253:28)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:672:17
    at _done (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:9:1)
    at eval (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:32:22)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1185:12
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1097:9
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)

 error 

static/js/chunk-4544b3f2.4df479fb.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:79:19)
    at Object.createHash (node:crypto:139:10)
    at E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:217:37
    at Array.forEach (<anonymous>)
    at TerserPlugin.optimizeFn (E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:160:259)
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:7:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1409:36
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1405:32
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.seal (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1342:27)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:675:18
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1261:4
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:24:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.finish (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1253:28)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:672:17
    at _done (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:9:1)
    at eval (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:32:22)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1185:12
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1097:9
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)

 error 

static/js/chunk-46f2cf5c.1a2e509f.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:79:19)
    at Object.createHash (node:crypto:139:10)
    at E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:217:37
    at Array.forEach (<anonymous>)
    at TerserPlugin.optimizeFn (E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:160:259)
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:7:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1409:36
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1405:32
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.seal (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1342:27)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:675:18
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1261:4
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:24:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.finish (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1253:28)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:672:17
    at _done (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:9:1)
    at eval (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:32:22)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1185:12
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1097:9
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)

 error 

static/js/chunk-68702101.2e1a4d80.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:79:19)
    at Object.createHash (node:crypto:139:10)
    at E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:217:37
    at Array.forEach (<anonymous>)
    at TerserPlugin.optimizeFn (E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:160:259)
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:7:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1409:36
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1405:32
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.seal (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1342:27)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:675:18
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1261:4
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:24:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.finish (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1253:28)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:672:17
    at _done (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:9:1)
    at eval (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:32:22)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1185:12
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1097:9
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)

 error 

static/js/chunk-79f8c5df.92a9df89.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:79:19)
    at Object.createHash (node:crypto:139:10)
    at E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:217:37
    at Array.forEach (<anonymous>)
    at TerserPlugin.optimizeFn (E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:160:259)
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:7:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1409:36
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1405:32
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.seal (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1342:27)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:675:18
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1261:4
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:24:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.finish (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1253:28)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:672:17
    at _done (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:9:1)
    at eval (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:32:22)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1185:12
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1097:9
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)

 error 

static/js/chunk-c4993c78.f61dfec2.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:79:19)
    at Object.createHash (node:crypto:139:10)
    at E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:217:37
    at Array.forEach (<anonymous>)
    at TerserPlugin.optimizeFn (E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:160:259)
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:7:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1409:36
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1405:32
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.seal (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1342:27)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:675:18
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1261:4
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:24:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.finish (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1253:28)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:672:17
    at _done (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:9:1)
    at eval (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:32:22)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1185:12
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1097:9
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)

 error 

static/js/chunk-d19c1a98.4f759032.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:79:19)
    at Object.createHash (node:crypto:139:10)
    at E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:217:37
    at Array.forEach (<anonymous>)
    at TerserPlugin.optimizeFn (E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:160:259)
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:7:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1409:36
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1405:32
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.seal (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1342:27)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:675:18
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1261:4
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:24:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.finish (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1253:28)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:672:17
    at _done (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:9:1)
    at eval (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:32:22)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1185:12
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1097:9
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)

 error 

static/js/chunk-d748e5f4.f0f65dc5.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:79:19)
    at Object.createHash (node:crypto:139:10)
    at E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:217:37
    at Array.forEach (<anonymous>)
    at TerserPlugin.optimizeFn (E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:160:259)
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:7:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1409:36
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1405:32
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.seal (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1342:27)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:675:18
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1261:4
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:24:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.finish (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1253:28)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:672:17
    at _done (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:9:1)
    at eval (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:32:22)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1185:12
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1097:9
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)

 error 

static/js/chunk-elementUI.3ebd84d4.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:79:19)
    at Object.createHash (node:crypto:139:10)
    at E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:217:37
    at Array.forEach (<anonymous>)
    at TerserPlugin.optimizeFn (E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:160:259)
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:7:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1409:36
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1405:32
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.seal (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1342:27)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:675:18
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1261:4
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:24:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.finish (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1253:28)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:672:17
    at _done (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:9:1)
    at eval (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:32:22)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1185:12
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1097:9
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)

 error 

static/js/chunk-libs.540cec9a.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:79:19)
    at Object.createHash (node:crypto:139:10)
    at E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:217:37
    at Array.forEach (<anonymous>)
    at TerserPlugin.optimizeFn (E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:160:259)
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:7:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1409:36
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1405:32
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.seal (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1342:27)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:675:18
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1261:4
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:24:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.finish (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1253:28)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:672:17
    at _done (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:9:1)
    at eval (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:32:22)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1185:12
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1097:9
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)

 error 

static/js/runtime.a55a398c.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:79:19)
    at Object.createHash (node:crypto:139:10)
    at E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:217:37
    at Array.forEach (<anonymous>)
    at TerserPlugin.optimizeFn (E:\changqing\changqing_sgb\node_modules\terser-webpack-plugin\dist\index.js:160:259)
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:7:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1409:36
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1405:32
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.seal (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1342:27)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:675:18
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1261:4
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:24:1)
    at AsyncSeriesHook.lazyCompileHook (E:\changqing\changqing_sgb\node_modules\tapable\lib\Hook.js:154:20)
    at Compilation.finish (E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1253:28)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compiler.js:672:17
    at _done (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:9:1)
    at eval (eval at create (E:\changqing\changqing_sgb\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:32:22)
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1185:12
    at E:\changqing\changqing_sgb\node_modules\webpack\lib\Compilation.js:1097:9
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)

 ERROR  Build failed with errors.

同理set NODE_OPTIONS=--openssl-legacy-provider
然后npm run build:prod

  • 11
    点赞
  • 19
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值