mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] fix lib dir babel runtime module (#1753)
This commit is contained in:
parent
e61123a3d6
commit
e8d12fde61
@ -57,7 +57,7 @@ function compile(dir, jsOnly = false) {
|
||||
|
||||
process.env.BABEL_MODULE = 'commonjs';
|
||||
|
||||
fs.copySync(esDir, libDir);
|
||||
fs.copySync(srcDir, libDir);
|
||||
compile(libDir);
|
||||
|
||||
function isDir(dir) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user