hometown

Results 2 issues of hometown

您好,我使用的你的配置自己添加了@babel/plugin-syntax-dynamic-import 想在 ie8上做动态加载,但是 ie8无法兼容,查阅了一些资料以后没能真正能定位问题的资料,看 ie8的报错是 bind 方法不兼容,但是我也正常引入了require('core-js/features/function/bind') 您能帮忙看看原因吗? ![2222](https://user-images.githubusercontent.com/30769426/57603136-7ed45e00-7593-11e9-90ac-099d147d3616.jpg) ![1111](https://user-images.githubusercontent.com/30769426/57603120-767c2300-7593-11e9-93e7-f610450e4ef2.jpg)

# 版本 2.1.0 # 问题 ``` import { update, set } from 'san-update' let source = { value: 1 } update(source, {value: {$set: 2}}) set(source, 'value', 2) console.log(source) 结果还是 {...