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