[inula]<bugfix> 构建问题修复
This commit is contained in:
parent
7076320eaa
commit
e5598c4405
|
@ -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'),
|
||||||
}
|
}
|
||||||
]),
|
]),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue