UNPKG
happy-weapp-template
Version:
latest (1.0.1)
1.0.1
1.0.0
happy小程序脚手架模板
github.com/cilla123/happy-weapp-template
cilla123/happy-weapp-template
happy-weapp-template
/
scripts
/
webpack
/
happypack-thread-pool.js
7 lines
(5 loc)
•
196 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
HappyPack
=
require
(
'happypack'
)
const
os =
require
(
'os'
)
// 构造一个线程池
const
happyThreadPool =
HappyPack
.
ThreadPool
({
size
: os.
cpus
().
length
})
module
.
exports
= happyThreadPool