mirror of https://github.com/webpack/webpack.git
test: fix
This commit is contained in:
parent
625bf06343
commit
3d02d0ded3
|
|
@ -0,0 +1,5 @@
|
|||
var supportsClassStaticBlock = require("../../../helpers/supportsClassStaticBlock");
|
||||
|
||||
module.exports = function (config) {
|
||||
return supportsClassStaticBlock();
|
||||
};
|
||||
Loading…
Reference in New Issue