Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 99b7f50

Browse files
author
vikasrohit
committed
Fixed lint error
1 parent 3b0da40 commit 99b7f50

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

webpack.config.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,12 @@ if (process.env.ENV === 'DEV') {
4343
{
4444
path: /\/members\/.*/,
4545
bypass: function(req, res, proxyOptions) {
46-
return '/index.html';
46+
return '/index.html'
4747
}
4848
}
4949
]
5050
}
5151

52-
console.log(config)
53-
5452
if (CI) config.output.publicPath = process.env.ASSET_PREFIX
5553

5654
if (accountsAppURL) {

0 commit comments

Comments
 (0)