diff --git a/generators/app/index.js b/generators/app/index.js index 9467bfee..6fdd100e 100644 --- a/generators/app/index.js +++ b/generators/app/index.js @@ -148,11 +148,6 @@ class GeneratorReact extends Generator { this.destinationPath('src/config/i18n.js'), {} ); - this.fs.copy( - this.templatePath('src/config/perf.js'), - this.destinationPath('src/config/perf.js'), - {} - ); this.fs.copy( this.templatePath('src/redux'), this.destinationPath('src/redux'), diff --git a/generators/app/templates/src/index.js b/generators/app/templates/src/index.js index 042e8318..451c8a1c 100644 --- a/generators/app/templates/src/index.js +++ b/generators/app/templates/src/index.js @@ -5,8 +5,6 @@ import { Provider } from "react-redux"; import store from "./redux/store"; import App from "./app"; import "./config/i18n"; -// TODO Add this if you need it -// import "./config/perf"; ReactDOM.render(