Skip to content

Commit 6275c72

Browse files
committed
trailing comma
1 parent b7189bd commit 6275c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esbuild-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
}),
1717
environmentPlugin({
1818
NODE_DEBUG: false,
19-
})
19+
}),
2020
],
2121
alias: {
2222
stream: 'stream-browserify',

0 commit comments

Comments
 (0)