移动端报symbol is not defined

原来是在做老的的react项目时, 使用了 es6语法 , 导致移动端无法转译, 会报symbol not defined,错误

解决方案:

index.html文件引入

 
避免Symbol报错

转载于:https://www.cnblogs.com/Lewiskycc/p/7444685.html

你可能感兴趣的:(移动端报symbol is not defined)