!99 [inual]<bugfix> 构建问题修复

Merge pull request !99 from 涂旭辉/master
This commit is contained in:
openInula-robot 2023-12-05 12:06:16 +00:00 committed by Gitee
commit 921010f7f0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@ function genConfig(mode) {
mode === 'production' && terser(), mode === 'production' && terser(),
copy([ copy([
{ {
from: path.join(libDir, '/npm/index.jsx'), from: path.join(libDir, '/npm/index.js'),
to: path.join(outDir, 'index.jsx'), to: path.join(outDir, 'index.js'),
} }
]), ]),
], ],