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
The vue-loader should process the source (valid SFC) from the markdown-to-vue-loader.
What is actually happening?
Throw Error:
ERROR in ./src/examples/vue.md 1:0
Module parse failed: Unexpected token (1:0)
File was processed with these loaders:
* ./node_modules/vue-loader/dist/index.js
* ./index.js
You may need an additional loader to handle the result of these loaders.
><template><div class="component-vue"><h1>Vue code blocks</h1>|<blockquote>|<p>Vue code block will be loaded as a Vue component by default.</p>
Version
16.8.1
Reproduction link
github.com
Steps to reproduce
git clone https://github.com/fengyuanchen/markdown-to-vue-loader
cd markdown-to-vue-loader
npm update
npm start
The related
webpack.config.js
:What is expected?
The
vue-loader
should process the source (valid SFC) from themarkdown-to-vue-loader
.What is actually happening?
Throw Error:
The text was updated successfully, but these errors were encountered: