Skip to content

Commit c278419

Browse files
authored
Merge pull request #3232 from bambery/patch-5
Update part7d.md - replace semicolon with comma in webpack.config.js
2 parents 9cb0001 + ac1f186 commit c278419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/7/en/part7d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ When using CSS, we have to use [css](https://webpack.js.org/loaders/css-loader/)
463463
use: ['style-loader', 'css-loader'],
464464
},
465465
// highlight-end
466-
];
466+
],
467467
}
468468
```
469469

0 commit comments

Comments
 (0)