今天在写个VUE插件的时候,老是这个报错,找了好久才找到原因 -v-
Uncaught TypeError: Cannot assign to read only property 'exports' of object '#Object' at Object.anonymous
原因如下:webpack 2中不允许混用import和module.exports
解决办法就是统一改成ES6的方式编写即可