* Remove ordering constraints for `static-blocks` plugin * Handle static blocks directly in `helper-create-class-features-plugin`
5 lines
206 B
JSON
5 lines
206 B
JSON
{
|
|
"plugins": ["proposal-class-properties", "syntax-class-static-block"],
|
|
"throws": "Static class blocks are not enabled. Please add `@babel/plugin-proposal-class-static-block` to your configuration."
|
|
}
|