[inula]<bugfix> 构建问题修复

This commit is contained in:
13659257719 2023-12-05 20:05:28 +08:00
parent 7076320eaa
commit e5598c4405
1 changed files with 2 additions and 2 deletions

View File

@ -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'),
}
]),
],