Could not find plugin "proposal-numeric-separator" in angular app
It work's for me
Step 1: add in in your devDependencies: "@babel/compat-data": "7.8.0"
Step 2: run - npm install
Thanks to nicolo-ribaudo from issue8680
Adding the dependency @babel/compat-data": "7.8.0" fixed the issue for me.
vi package.json
"dependencies": {
"@babel/compat-data": "7.8.0",
...
}
npm install
ng build --prod