Skip to content

Commit 4178b5e

Browse files
committed
remove react perf
1 parent 873c79a commit 4178b5e

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

generators/app/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,6 @@ class GeneratorReact extends Generator {
148148
this.destinationPath('src/config/i18n.js'),
149149
{}
150150
);
151-
this.fs.copy(
152-
this.templatePath('src/config/perf.js'),
153-
this.destinationPath('src/config/perf.js'),
154-
{}
155-
);
156151
this.fs.copy(
157152
this.templatePath('src/redux'),
158153
this.destinationPath('src/redux'),

generators/app/templates/src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import { Provider } from "react-redux";
55
import store from "./redux/store";
66
import App from "./app";
77
import "./config/i18n";
8-
// TODO Add this if you need it
9-
// import "./config/perf";
108

119
ReactDOM.render(
1210
<Provider store={store}>

0 commit comments

Comments
 (0)