Browserify watchify compile old ressource on localhost with VueComponent

爱⌒轻易说出口 提交于 2019-12-24 07:21:26

问题


I'm pretty new on compiler and npm command.

I use this starter for a project https://github.com/vuejs-templates/browserify-simple

I served my project and I was working on when I update a script (I'm working with Single File Component - VueJS) and now the output "dist.js" is still in error due to old script. I have reinstall, create a new project, I copy my new sources and when I launch the command "npm run dev" I have the same error due to script which does't exist anymore.

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" doesn't exist anymore in my new code.

That's a real problem I have to solve for tomorrow night :(

Thanks in advance !

来源:https://stackoverflow.com/questions/44788166/browserify-watchify-compile-old-ressource-on-localhost-with-vuecomponent

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!