mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
[bugfix] fix lib dir babel runtime module (#1753)
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user