From 9a465930ef8b2c4b3b72d5ffaa413b00774da077 Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Thu, 10 Jul 2025 16:56:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=8F=A3=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/webpack.config.js b/build/webpack.config.js index 94c173d..f6648a7 100644 --- a/build/webpack.config.js +++ b/build/webpack.config.js @@ -7,7 +7,7 @@ const { module.exports = { mode: 'production', entry: { - 'my-components': './packages/index.js' + 'zhicheng-components': './packages/index.js' }, output: { path: path.resolve(__dirname, '../dist'),