Rémi Alvergnat

Results 206 comments of Rémi Alvergnat

I'm stuck with this exact use case. Would you consider a pull request with the feature ?

Use `` and implement the transformation manually in [httpVueLoader.langProcessor.jsx](https://github.com/FranckFreiburger/http-vue-loader#httpvueloaderlangprocessor)

@FranckFreiburger Do you plan to merge this pull request ?

This could be used to implement a live component editor playground (code on left, rendered component on right).

Well, now `vue3-sfc-loader` is there, maybe it makes much sense to make it support vue2 ...

The main issue is that webpack doesn't build a proper `d.ts` file. It should be a single `d.ts`, referenced through `package.json` `typings` field. We have to find a way to...

I think aliases should also be defined in tsconfig in this case. https://dev.to/larswaechter/path-aliases-with-typescript-in-nodejs-4353 I'm not sure this kink of wildcard expression is supported though ...

I have rebased this branch on current master, could you review it ?

I also added another commit that makes custom mapper more consistant with mapping configuration and configured middlewares.

Just fixed an issue that was running default mapper and property middlewares two times.