feat(wms): 新增仓储售后流程页面,添加beautiful-mermaid依赖
1. 新增wms售后流程可视化页面,支持生产全链路和售后处理两种流程图切换展示 2. 安装beautiful-mermaid依赖并配置到transpileDependencies中
This commit is contained in:
@@ -29,7 +29,8 @@ module.exports = {
|
||||
productionSourceMap: false,
|
||||
transpileDependencies: [
|
||||
'frappe-gantt',
|
||||
'pdfjs-dist'
|
||||
'pdfjs-dist',
|
||||
'beautiful-mermaid'
|
||||
],
|
||||
// webpack-dev-server 相关配置
|
||||
devServer: {
|
||||
|
||||
Reference in New Issue
Block a user