mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-02-06 18:45:42 +08:00
Jeecg-Boot 2.1.4 版本发布 (新版问题修复)
This commit is contained in:
@ -30,6 +30,14 @@ module.exports = {
|
||||
.set('@comp', resolve('src/components'))
|
||||
.set('@views', resolve('src/views'))
|
||||
.set('@layout', resolve('src/layout'))
|
||||
|
||||
// 配置 webpack 识别 markdown 为普通的文件
|
||||
config.module
|
||||
.rule('markdown')
|
||||
.test(/\.md$/)
|
||||
.use()
|
||||
.loader('file-loader')
|
||||
.end()
|
||||
},
|
||||
|
||||
css: {
|
||||
|
||||
Reference in New Issue
Block a user