From e5598c440557a0d83cd83b3179f564d9f224f37d Mon Sep 17 00:00:00 2001 From: 13659257719 <819781841@qq.com> Date: Tue, 5 Dec 2023 20:05:28 +0800 Subject: [PATCH] =?UTF-8?q?[inula]=20=E6=9E=84=E5=BB=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/inula/scripts/rollup/rollup.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/inula/scripts/rollup/rollup.config.js b/packages/inula/scripts/rollup/rollup.config.js index 74f90045..45ee6f67 100644 --- a/packages/inula/scripts/rollup/rollup.config.js +++ b/packages/inula/scripts/rollup/rollup.config.js @@ -93,8 +93,8 @@ function genConfig(mode) { mode === 'production' && terser(), copy([ { - from: path.join(libDir, '/npm/index.jsx'), - to: path.join(outDir, 'index.jsx'), + from: path.join(libDir, '/npm/index.js'), + to: path.join(outDir, 'index.js'), } ]), ],