We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0997a13 commit 013360dCopy full SHA for 013360d
test/cases/content-entries-with-same-import/test.filter.js
@@ -0,0 +1,3 @@
1
+const webpack = require('webpack');
2
+
3
+module.exports = () => webpack.version[0] !== '4';
0 commit comments