QingWei-Li / vue-markdown-loader

📇 Convert Markdown file to Vue2.0 component.
704 stars 161 forks source link

linux环境打包失败,本地打包可以 node版本一致 #72

Closed zhangman8667 closed 3 years ago

zhangman8667 commented 3 years ago

使用vuecli3 vue.config.js chainWebpack: config => { config.module.rule('md') .test(/.md/) .use('vue-loader') .loader('vue-loader') .end() .use('vue-markdown-loader') .loader('vue-markdown-loader/lib/markdown-compiler') .options({ raw: true }) },