Multithread AVIF PoC

This commit is contained in:
Ingvar Stepanyan
2020-09-23 12:58:23 +01:00
parent 42f9e4aed2
commit 4ca7971442
13 changed files with 164 additions and 98 deletions

View File

@@ -174,7 +174,7 @@ module.exports = async function(_, env) {
},
plugins: [
new webpack.IgnorePlugin(
/(fs|crypto|path)/,
/(fs|crypto|path|perf_hooks)/,
/[/\\]codecs[/\\]/
),