diff --git a/src/App.js b/src/App.js index c719469..535ee4c 100644 --- a/src/App.js +++ b/src/App.js @@ -1,6 +1,6 @@ // ** Router Import -import Router from './router/Router' +import Router from './router/Router'; +if (process.env.NODE_ENV === 'production') console.log = function () {}; +const App = props => ; -const App = props => - -export default App +export default App;