[Fix error] An unhandled exception occurred: [BABEL] /workdir/test/chess/www/1-es2015.js: Could not find plugin “proposal-class-static-block”

Table of Contents

[Fix error] An unhandled exception occurred: [BABEL] /workdir/test/chess/www/1-es2015.js: Could not find plugin "proposal-class-static-block"

Error info

image

How to fix this error

This worked for me:

Go to tsconfig.json

change

"target": "es2015",

to

"target": "es5",

image

image

References

Leave a Reply

Your email address will not be published. Required fields are marked *