From 0baa55f087149e5a8af2ddbd52c54f08f62d01cd Mon Sep 17 00:00:00 2001 From: OJ Kwon Date: Tue, 23 Aug 2022 12:25:52 -0700 Subject: [PATCH] refactor(next/swc): revise log message --- packages/next/build/swc/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/build/swc/index.js b/packages/next/build/swc/index.js index 4346776b16e190f..bbc60d0c06c5cd3 100644 --- a/packages/next/build/swc/index.js +++ b/packages/next/build/swc/index.js @@ -172,7 +172,7 @@ async function loadWasm(importPath = '') { if (pkg === '@next/swc-wasm-web') { bindings = await bindings.default() } - Log.info('Using experimental wasm build of next-swc') + Log.info('Using wasm build of next-swc') // Note wasm binary does not support async intefaces yet, all async // interface coereces to sync interfaces.