Roi Kingon
Roi Kingon
To confirm, I was hitting this issue too (vue cli 3). I removed `"@vue/babel-preset-jsx"` and left just `"@vue/app"` in my babel config & now all appears to work as expected....
i am experiencing the same thing. otherwise a great addition to speed up our workflow. @Ohar your solution of clearing defeats the purpose of the cache
you should be using separate configs for your build & your dev... only use this for your dev config and you won't need to clear at all during the build....
I've encountered this a few times (such a pita, tbh) but I think the reason behind the issue is that the VueJSX will automatically convert any `on` prefix to the...
Note on `$listeners` -- sometimes you have async functions that you want on your `onXyz` -- For example, you may want to run async code on a `onSubmit` or something......
I kind of prefer not to modify plugins directly... If you do something along these lines before you include hashchange plugin that would work as well... $.browser = {msie: (navigator.appName...
anything additional on this? we use it to import a folder full of components that require no dependency on the order of precedence, but we're constantly adding new files and...