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