remove noop parser plugin
babel-parser 7.17 has materalized classStaticBlock
This commit is contained in:
committed by
Nicolò Ribaudo
parent
be798df427
commit
e9f56f3c2a
@@ -51,7 +51,6 @@ export default declare((api, options) => {
|
||||
|
||||
if (version === "2021-12") {
|
||||
parserOpts.plugins.push("decoratorAutoAccessors");
|
||||
parserOpts.plugins.push("classStaticBlock");
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user