We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873c79a commit 4178b5eCopy full SHA for 4178b5e
generators/app/index.js
@@ -148,11 +148,6 @@ class GeneratorReact extends Generator {
148
this.destinationPath('src/config/i18n.js'),
149
{}
150
);
151
- this.fs.copy(
152
- this.templatePath('src/config/perf.js'),
153
- this.destinationPath('src/config/perf.js'),
154
- {}
155
- );
156
this.fs.copy(
157
this.templatePath('src/redux'),
158
this.destinationPath('src/redux'),
generators/app/templates/src/index.js
@@ -5,8 +5,6 @@ import { Provider } from "react-redux";
5
import store from "./redux/store";
6
import App from "./app";
7
import "./config/i18n";
8
-// TODO Add this if you need it
9
-// import "./config/perf";
10
11
ReactDOM.render(
12
<Provider store={store}>
0 commit comments