This website requires JavaScript.
Explore
Help
Sign In
root
/
webpack
mirror of
https://github.com/webpack/webpack.git
Watch
1
Star
0
Fork
You've already forked webpack
0
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
7634cd28bf
webpack
/
examples
/
worker
/
build.js
4 lines
88 B
JavaScript
Raw
Normal View
History
Unescape
Escape
new Worker() support add support for async anonymous entrypoints from inside the codebase add worker example move entry options into Entrypoint and receive them from there
2020-09-08 00:02:14 +08:00
global
.
NO
_TARGET
_ARGS
=
true
;
Add NO_PUBLIC_PATH for worker example
2021-03-20 07:07:17 +08:00
global
.
NO
_PUBLIC
_PATH
=
true
;
new Worker() support add support for async anonymous entrypoints from inside the codebase add worker example move entry options into Entrypoint and receive them from there
2020-09-08 00:02:14 +08:00
require
(
"../build-common"
)
;