diff --git a/packages/core/index.js b/packages/core/index.js index f2d3507f6..c8790dc0c 100644 --- a/packages/core/index.js +++ b/packages/core/index.js @@ -66,5 +66,5 @@ module.exports = { return bindings.transform(source, path, Buffer.from(JSON.stringify(swcOptions))) }, - SWC_VERSION: '3262052e', + SWC_VERSION: 'e619144', }