mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(build): fix utils esm build (#720)
This commit is contained in:
@@ -38,7 +38,7 @@ module.exports = {
|
||||
'@babel/env',
|
||||
{
|
||||
loose: true,
|
||||
modules: 'commonjs',
|
||||
modules: false,
|
||||
},
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user