You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!/\.vue(\.html)?$/.test(loaderContext.resourcePath)) {
// ts-loader does some really weird stuff which causes vue-loader to
// somehow be applied on non-vue files... ignore them
return source
}
therefore, this loader cannot be used to convert the markdown file. some md loaders, such as vue-markdown-loader, cannot take effect.
What does the proposed API look like?
please let go of the conditions here,apply to .md file
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
In version 16.8.1, Index.js has a piece of code:
therefore, this loader cannot be used to convert the markdown file. some md loaders, such as vue-markdown-loader, cannot take effect.
What does the proposed API look like?
please let go of the conditions here,apply to .md file
The text was updated successfully, but these errors were encountered: