fix(build): fix utils esm build (#720)

This commit is contained in:
hangzou
2020-11-28 18:56:14 +08:00
committed by GitHub
parent 6f0f3a3da4
commit 3e8cfa473f

View File

@@ -38,7 +38,7 @@ module.exports = {
'@babel/env',
{
loose: true,
modules: 'commonjs',
modules: false,
},
],
],