Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
4.3k 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 Reply

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...