From bd5e4ddfa2f77872d7d8c4e762672c6842e7f898 Mon Sep 17 00:00:00 2001 From: Daniel Nalborczyk Date: Mon, 15 Feb 2021 23:21:04 -0500 Subject: [PATCH] chore: move word to cspell.json --- cspell.json | 1 + lib/node/NodeTargetPlugin.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cspell.json b/cspell.json index 979a9fd0e..1f5e3a399 100644 --- a/cspell.json +++ b/cspell.json @@ -23,6 +23,7 @@ "submodules", "typeof", "devtool", + "wasi", "wasm", "webassembly", "IIFE", diff --git a/lib/node/NodeTargetPlugin.js b/lib/node/NodeTargetPlugin.js index 5abd5cfbf..c5f7961c1 100644 --- a/lib/node/NodeTargetPlugin.js +++ b/lib/node/NodeTargetPlugin.js @@ -52,7 +52,7 @@ const builtins = [ "util", "v8", "vm", - "wasi", // cSpell:ignore wasi + "wasi", "worker_threads", "zlib" ];