Skip to content

Commit 579b974

Browse files
authored
fix in Building for Production docs
change ` loader: 'file'` to `loader: 'file-loader'`
1 parent 6a803a5 commit 579b974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/production-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ module.exports = function() {
177177
loaders: ['to-string-loader', 'css-loader']
178178
}, {
179179
test: /\.(jpg|png|gif)$/,
180-
loader: 'file'
180+
loader: 'file-loader'
181181
}, {
182182
test: /\.(woff|woff2|eot|ttf|svg)$/,
183183
loader: 'url-loader?limit=100000'

0 commit comments

Comments
 (0)