mirror of https://github.com/webpack/webpack.git
test: fix
This commit is contained in:
parent
f290b16879
commit
8e80c60aa5
|
|
@ -0,0 +1,5 @@
|
|||
const supportsWorker = require("../../../helpers/supportsWorker");
|
||||
|
||||
module.exports = function (config) {
|
||||
return supportsWorker();
|
||||
};
|
||||
Loading…
Reference in New Issue