升级quill到最新版本2.0.2

This commit is contained in:
RuoYi
2024-10-15 16:18:02 +08:00
parent 78bb30bb5f
commit dc9f3ee722
3 changed files with 4 additions and 3 deletions

View File

@ -27,6 +27,7 @@ module.exports = {
lintOnSave: process.env.NODE_ENV === 'development',
// 如果你不需要生产环境的 source map可以将其设置为 false 以加速生产环境构建。
productionSourceMap: false,
transpileDependencies: ['quill'],
// webpack-dev-server 相关配置
devServer: {
host: '0.0.0.0',