@lab009/magma-utils
Advanced tools
Comparing version 1.0.3 to 1.0.4
import HappyPack from 'happypack' | ||
// Shared thread pools | ||
const happyThreadPool = HappyPack.ThreadPool({ size: 4 }) | ||
// Generates a HappyPack plugin. | ||
@@ -9,5 +12,5 @@ // @see https://github.com/amireh/happypack/ | ||
verbose: false, | ||
threads: 4, | ||
threadPool: happyThreadPool, | ||
loaders, | ||
}) | ||
} |
{ | ||
"name": "@lab009/magma-utils", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Utils for Magma.", | ||
@@ -5,0 +5,0 @@ "repository": "lab009/magma", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7611
138