Yigit Erol

Results 3 comments of Yigit Erol

I get the same behaviour with Vue components that export simple objects as well. Such as: ``` export default { name: 'WrapLayout', props: { orientation: { type: String, default: 'horizontal',...

this is especially important with html templating such as angular templates where we have a lot of attributes/directives on most elements. Great extension but only works half the time because...

I was having this exact issue with no auth checks in my code. Switching from `directory: ''` to `directory: __dirname` fixed the problem for me too. On Windows 10 Node...