remove babelrc

interfering with embark webpack config
This commit is contained in:
Barry Gitarts 2018-11-28 11:41:29 -05:00
parent 3d205e5cea
commit e507075ab4
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +0,0 @@
{
"presets": ["env"]
}

View File

@ -21,7 +21,12 @@ class App extends React.Component {
render() {
return (
<div>
<div>Hello world!</div>
</div>
)
}
}
export default App;