Valerij Ivashchenko
Valerij Ivashchenko
I found many other issues with current implementation. For my requirements I made some fixes in [fork's inheritable-branch](https://github.com/likemusic/vue-slot-loader/tree/inheritable). Maybe it will help someone.
As result of my investigation, I think it would be better to implement this package functionality by injecting slots in template-code. But I'm not sure that this is really possible.
After many fixes and debugging I have created my own loader - [vue-template-extends](https://github.com/likemusic/vue-template-extends) - that implemented by setting render functions for component options ( `render` and `staticRenderFns`) (because `template`-option is...
https://en.wikipedia.org/wiki/International_email
According to [Vue Loader docs](https://vue-loader.vuejs.org/guide/#webpack-configuration): ``` The plugin is required! It is responsible for cloning any other rules you have defined and applying them to the corresponding language blocks in...
Finally I have created my own loader - [vue-template-extends](https://github.com/likemusic/vue-template-extends) - that not replaced the default `vue-loader`.
#10 - related issue with some useful comments.
Perhaps (according to [comment](https://github.com/checkra1n/pongoOS/issues/29#issuecomment-724326872)) there will be a module that provides access to the file system.
#9 - seems related
Conflict resolved. But I have one commit (#e5aed3d264d7cdf1392817d93776a25c661e7939) pushed without really merged section. May be I should rebase/marge that and next commit to one, if it's possible without breaking git/github...