i'm using the following preset to make jsx working in project https://github.com/vuejs/jsx
jsx renders perfectly within components that i create in source code of my project, but when i'm trying to execute component code using http-vue-loader, it falis.
i'm using the following preset to make jsx working in project https://github.com/vuejs/jsx jsx renders perfectly within components that i create in source code of my project, but when i'm trying to execute component code using http-vue-loader, it falis.
here's what i'm trying to execute
so i'm getting the following error output
any chance to make the jsx code work with http-vue-loader?