From d896e549c6dd7d465e9dbc3f7c28398c5c2ccc21 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期五, 22 十一月 2024 10:57:01 +0800 Subject: [PATCH] 解决quill --- vue.config.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/vue.config.js b/vue.config.js index 12d3629..05a393b 100644 --- a/vue.config.js +++ b/vue.config.js @@ -27,6 +27,7 @@ lintOnSave: process.env.NODE_ENV === 'development', // 濡傛灉浣犱笉闇�瑕佺敓浜х幆澧冪殑 source map锛屽彲浠ュ皢鍏惰缃负 false 浠ュ姞閫熺敓浜х幆澧冩瀯寤恒�� productionSourceMap: false, + transpileDependencies: ['quill'], // webpack-dev-server 鐩稿叧閰嶇疆 devServer: { host: '0.0.0.0', -- Gitblit v1.8.0