Could not find plugin “proposal-numeric-separator” in angular app

0
1055

Adding the dependency @babel/compat-data”: “7.8.0” fixed the issue for me.

In package.json file add this CODE

    "dependencies": {
        "@babel/compat-data": "7.8.0",
        ...
    }

npm install

ng build --prod

LEAVE A REPLY

Please enter your comment!
Please enter your name here