Skip to content

Commit f201f02

Browse files
linting
1 parent f04db5c commit f201f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/dummy/config/webpack/alias.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
resolve: {
55
alias: {
66
Assets: resolve(__dirname, '..', '..', 'client', 'app', 'assets'),
7-
stream: 'stream-browserify'
7+
stream: 'stream-browserify',
88
},
99
},
1010
};

0 commit comments

Comments
 (0)