We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b3dfcb commit 0b6e9d2Copy full SHA for 0b6e9d2
2 files changed
test/configCases/performance/many-async-imports/test.filter.js
@@ -1,3 +1,3 @@
1
module.exports = function(config) {
2
- return !/^v4/.test(process.version);
+ return !/^v(4|6)/.test(process.version);
3
};
test/configCases/performance/many-exports/test.filter.js
0 commit comments