Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
35482c7b
Commit
35482c7b
authored
Apr 14, 2021
by
季圣华
Browse files
修改配置
parent
d87f1649
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/vue.config.js
View file @
35482c7b
...
...
@@ -71,12 +71,12 @@ module.exports = {
}))
}
// 配置 webpack 识别 markdown 为普通的文件
config
.
module
.
rule
(
'
markdown
'
)
.
test
(
/
\.
md$/
)
.
use
()
.
loader
(
'
file-loader
'
)
.
end
()
//
config.module
//
.rule('markdown')
//
.test(/\.md$/)
//
.use()
//
.loader('file-loader')
//
.end()
},
css
:
{
loaderOptions
:
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment