mirror of https://github.com/webpack/webpack.git
Add NO_PUBLIC_PATH for worker example
This commit is contained in:
parent
dd80303dc5
commit
e912f50924
|
|
@ -1,2 +1,3 @@
|
||||||
global.NO_TARGET_ARGS = true;
|
global.NO_TARGET_ARGS = true;
|
||||||
|
global.NO_PUBLIC_PATH = true;
|
||||||
require("../build-common");
|
require("../build-common");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue