Skip to content

Commit 6776f30

Browse files
committed
fix js linter issue
1 parent 7d431a5 commit 6776f30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/webpack.common.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ module.exports = {
2121
},
2222
module: {
2323
loaders: [
24+
2425
// React is necessary for the client rendering:
25-
{test: require.resolve('react'), loader: 'expose?React'}
26+
{test: require.resolve('react'), loader: 'expose?React'},
2627
],
2728
},
2829
};

0 commit comments

Comments
 (0)