标签:ssi time string lan java cannot line com lang
vue-cli3打包时遇到Cannot assign to read only property ‘exports‘ of object ‘#<Object>‘问题的解决方法。
大致是说,在webpack打包的时候,可以在js文件中混用require和export。但是不能混用import 以及module.exports。
因为webpack 2中不允许混用import和module.exports,
关于vue-cli3打包时遇到Cannot assign to read only property 'exports' of object '#<Object>'问题的解决方法。
标签:ssi time string lan java cannot line com lang
原文地址:https://www.cnblogs.com/qingcui277/p/12244844.html