mirror of https://github.com/webpack/webpack.git
Merge pull request #12692 from dnalborczyk/spellcheck
chore: move unknown word to cspell.json
This commit is contained in:
commit
32bd1a2ff5
|
|
@ -23,6 +23,7 @@
|
||||||
"submodules",
|
"submodules",
|
||||||
"typeof",
|
"typeof",
|
||||||
"devtool",
|
"devtool",
|
||||||
|
"wasi",
|
||||||
"wasm",
|
"wasm",
|
||||||
"webassembly",
|
"webassembly",
|
||||||
"IIFE",
|
"IIFE",
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@ const builtins = [
|
||||||
"util",
|
"util",
|
||||||
"v8",
|
"v8",
|
||||||
"vm",
|
"vm",
|
||||||
"wasi", // cSpell:ignore wasi
|
"wasi",
|
||||||
"worker_threads",
|
"worker_threads",
|
||||||
"zlib"
|
"zlib"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue