Skip to content

Commit c9808d6

Browse files
committed
Docs: Remove file-loader
1 parent f36067b commit c9808d6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Readme.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ Basic Webpack loaders:
88
* `babel-loader` with [babel-preset-react-app](https://github.com/facebookincubator/create-react-app/tree/master/packages/babel-preset-react-app) preset
99
* `css-loader` and `style-loader`
1010
* `json-loader`
11-
* `file-loader` for images, fonts, etc.
12-
* `url-loader` for other media files
11+
* `url-loader` for all other files
1312

1413
Based on [create-react-app](https://github.com/facebookincubator/create-react-app) but don’t include Autoprefixer.
1514

@@ -33,7 +32,6 @@ module.exports = {
3332
loaders: [
3433
loaders.babel,
3534
loaders.css,
36-
loaders.file,
3735
loaders.url,
3836
// Other loaders for your styleguide
3937
],

0 commit comments

Comments
 (0)