Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down
2 changes: 0 additions & 2 deletions generators/app/templates/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
<Provider store={store}>
Expand Down