Browserify watchify编译与VueComponent本地主机旧的ressource(

2019-09-27 04:13发布

我对编译器和NPM命令很新。

我用这个启动的一个项目https://github.com/vuejs-templates/browserify-simple

我担任我的项目,我工作,当我更新脚本(我与单文件组件工作 - VueJS),现在输出的“dist.js”仍然是错误的,由于旧脚本。 我已经重新安装,创建一个新的项目,我复制我的新来源,当我启动命令“故宫运行dev的”我有同样的错误,由于脚本简化版,存在了。

TypeError: Cannot convert undefined or null to object
at Function.values (<anonymous>)
at http://localhost:8080/dist/build.js:35858:32
at Array.filter (native)
at VueComponent.userLigues

“VueCompnent.userLigues”不会再在我的新代码存在。

这是一个真正的问题,我已经解决了,明天晚上:(

提前致谢 !

文章来源: Browserify watchify compile old ressource on localhost with VueComponent