npmnpm打包丢包core-js,丢失es6.regexp.split.js,丢失es6.regexp.replace问题解决
Posted Angel挤一挤
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npmnpm打包丢包core-js,丢失es6.regexp.split.js,丢失es6.regexp.replace问题解决相关的知识,希望对你有一定的参考价值。
问题描述:
前端项目访问,js访问报404
npm打包丢包core-js,丢失es6.regexp.split.js,丢失es6.regexp.replace问题解决
问题解决:
1.重装@babel/polyfill
命令:
npm uninstall @babel/polyfill --save && npm install @babel/polyfill --save
2.提交的时候,把es6.regexp.replace 等 core-js下的所有js文件提交,一起打包发布
即可解决
以上是关于npmnpm打包丢包core-js,丢失es6.regexp.split.js,丢失es6.regexp.replace问题解决的主要内容,如果未能解决你的问题,请参考以下文章
ERROR Failed to compile with 541 errors 11:27:44 These dependencies were not found: * core-js/mod
FEC(Forward Error Correction)前向纠错 UDPRTP 中使用用于改善无线等网络丢包等问题--转