sayll / ie-webpack-start

webpack2编译打包支持到低版本IE。坑有多少?水有多深?自行体会!
MIT License
134 stars 20 forks source link

大兄弟ie8不支持Object.defineProperty有办法处理吗 #26

Open simple890921 opened 5 years ago

simple890921 commented 5 years ago

image 大概呢使用 某些语法 比如SON.stringify [...a,...b]等~~~~都会被webpack编译。然后ie8就炸了。

sayll commented 5 years ago

可以参考这篇文章:https://github.com/zuojj/fedlab/issues/5

simple890921 commented 5 years ago

可以参考这篇文章:zuojj/fedlab#5

这个文章我尝试过,使用了下面回答问题的一位大佬的解决办法后 babel-preset-es2015-loose 打包根本无法正常编译完成。难道最后只能走修改源码这条路么。。

simple890921 commented 5 years ago

可以参考这篇文章:zuojj/fedlab#5

image 我做了个奇葩方法来处理它。这个js是不会被编译的。。。。