mirror of https://github.com/webpack/webpack.git
test: fix
This commit is contained in:
parent
7ec9157d78
commit
6e85f7f1c0
|
|
@ -0,0 +1,3 @@
|
|||
module.exports = function () {
|
||||
return !process.version.startsWith("v10.");
|
||||
};
|
||||
Loading…
Reference in New Issue