mirror of https://github.com/webpack/webpack.git
fix: test skipped by mistake
This commit is contained in:
parent
f8eee102c2
commit
52db187532
|
|
@ -1,5 +1,3 @@
|
|||
module.exports = function (config) {
|
||||
if (config.target !== "web") {
|
||||
return false;
|
||||
}
|
||||
return config.target === "web";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
module.exports = function (config) {
|
||||
if (config.target !== "web") {
|
||||
return false;
|
||||
}
|
||||
return config.target === "web";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
module.exports = function (config) {
|
||||
if (config.target !== "web") {
|
||||
return false;
|
||||
}
|
||||
return config.target === "web";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue