Ao fazer "npm run build" no terminal dentro da pasta client, gera um erro e o babel nao funciona.
PS C:\Users\Germano\Documents\Dev\Alura\JS\4-Browser_Padroes\aluraframe\client> npm run build
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:\Users\Germano\Documents\Dev\Alura\JS\4-Browser_Padroes\aluraframe\client\package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\Germano\Documents\Dev\Alura\JS\4-Browser_Padroes\aluraframe\client\package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Germano\AppData\Roaming\npm-cache\_logs\2021-01-22T16_20_21_780Z-debug.log
No arquivo .babelrc é configurado da seguinte forma
{
"presets" : ["es2015"],
"plugins" : ["transform-es2015-modules-systemjs"]
}