Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
4.2k views
in Technique[技术] by (71.8m points)

react 打包 yarn run build 时 报错 failed to minify the code this file

react yarn run build打包时,报错:

failed to minify the code this file:
./node_modules/asn1.js/lib/asn1/base/node.js:282

如图:

image.png

导致的原因:"crypto-js"插件版本过高,导致语法抽象树打包编译时报错
解决办法:将 "crypto-js"降低版本即可


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

vue打包,降级了cnpm i [email protected] -D 完美解决,感谢。
尴尬脸。??????


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...