You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Following these guidelines helps to communicate that you respect the time of the
10
10
11
11
As much as possible, we try to avoid adding configuration and flags. The purpose of this tool is to provide the best experience for people getting started with React, and this will always be our first priority. This means that sometimes we [sacrifice additional functionality](https://gettingreal.37signals.com/ch05_Half_Not_Half_Assed.php) (such as server rendering) because it is too hard to solve it in a way that wouldn’t require any configuration.
12
12
13
-
We prefer **convention, heuristics, or interactivity** over configuration.
13
+
We prefer **convention, heuristics, or interactivity** over configuration.<br>
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Create React apps with no build configuration.
5
5
*[Getting Started](#getting-started) – How to create a new app.
6
6
*[User Guide](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md) – How to develop apps bootstrapped with Create React App.
7
7
8
-
Create React App works on macOS, Windows, and Linux.
8
+
Create React App works on macOS, Windows, and Linux.<br>
9
9
If something doesn’t work please [file an issue](https://github.com/facebookincubator/create-react-app/issues/new).
This Webpack plugin lets us interpolate custom variables into `index.html`.
23
+
This Webpack plugin lets us interpolate custom variables into `index.html`.<br>
24
24
It works in tandem with [HtmlWebpackPlugin](https://github.com/ampedandwired/html-webpack-plugin) 2.x via its [events](https://github.com/ampedandwired/html-webpack-plugin#events).
Please update your link to point [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md) instead.
0 commit comments