Skip to content

Commit 76cca17

Browse files
authored
Merge pull request #439 from devoto13/patch-1
Fixed stale configuration option name
2 parents bd59bd7 + e932473 commit 76cca17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/concepts/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const config = {
5454
path: './dist'
5555
},
5656
module: {
57-
loaders: [
57+
rules: [
5858
{
5959
test: /\.(js|jsx)$/,
6060
loader: 'babel-loader'

0 commit comments

Comments
 (0)