BlueOakJS / markdownit-loader

Webpack loader to translate markdown to HTML using markdownit
MIT License
12 stars 11 forks source link

feat: resolvePlugin #2

Closed pi0 closed 7 years ago

pi0 commented 7 years ago

Hi & Thanks for your awesome work. Recently we have found a problem with vue-loader (nuxt-community/modules#63) which required items in use key are being nulled. This PR adds support for lazy-require plugins, so one can pass plain strings. I've forked and released fix under @nuxtjs BTW feel free require changes i would happy keeping upstream updated :)

asselin commented 7 years ago

Thanks for the PR, I'll take a look at it this week!

asselin commented 7 years ago

Interesting issue there with vue-loader... thanks for submitting the PR!

@pi0 I meregd the PR and added you as a collaborator on the repo. Thanks again!