beginning-webpack
beginning-webpack copied to clipboard
disable any local .babelrc to avoid errors
My local development had a local .babelrc in the $HOME directory which would cause the app to fail to run. Overriding babelrc fixes the problem.