今天在用机器人打包测试环境时,一直报错:
The "from" argument must be of type string. Received undefined
啥意思呐?
百度也没有找到对应的问题所在。
下面写一下我的解决方法:
vue.config.js
在vue.config.js
中的module.exports
中添加parallel:true
,然后再次打包就解决了。。。。
具体原因不明,但是能解决。。。。
今天在用机器人打包测试环境时,一直报错:
The "from" argument must be of type string. Received undefined
啥意思呐?
百度也没有找到对应的问题所在。
下面写一下我的解决方法:
在vue.config.js
中的module.exports
中添加parallel:true
,然后再次打包就解决了。。。。
具体原因不明,但是能解决。。。。