From b36861128fda63c9a57a9af45bf9c814e9320fee Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 15:06:34 +0000 Subject: [PATCH] style: format code with Prettier and StandardJS This commit fixes the style issues introduced in 2689c85 according to the output from Prettier and StandardJS. Details: None --- webpack/webpack.common.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webpack/webpack.common.js b/webpack/webpack.common.js index 807618d0..40d7d38b 100644 --- a/webpack/webpack.common.js +++ b/webpack/webpack.common.js @@ -226,9 +226,9 @@ const config = { errors: true, warnings: true, errorDetails: true, - moduleTrace: true, // 打印模块追踪信息,与--trace - warnings类似 - excludeAssets: /node_modules/ - } + moduleTrace: true, // 打印模块追踪信息,与--trace - warnings类似 + excludeAssets: /node_modules/, + }, } if (USE_ANALYZE) {