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: Readme.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,7 @@ Basic Webpack loaders:
8
8
*`babel-loader` with [babel-preset-react-app](https://github.com/facebookincubator/create-react-app/tree/master/packages/babel-preset-react-app) preset
9
9
*`css-loader` and `style-loader`
10
10
*`json-loader`
11
-
*`file-loader` for images, fonts, etc.
12
-
*`url-loader` for other media files
11
+
*`url-loader` for all other files
13
12
14
13
Based on [create-react-app](https://github.com/facebookincubator/create-react-app) but don’t include Autoprefixer.
0 commit comments