Skip to content

Commit d07a818

Browse files
committed
cleaned up clientConfig comma
1 parent 1907c45 commit d07a818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbrowse/config/dev.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ clientConfig.resolve.fallback =
2525

2626
clientConfig.plugins =
2727
[new webpack.ProvidePlugin({regeneratorRuntime: 'regenerator-runtime'}),
28-
new NodePolyfillPlugin(),].concat(constants.processPlugins(entryPoints))
28+
new NodePolyfillPlugin()].concat(constants.processPlugins(entryPoints))
2929

3030
clientConfig.module.rules = clientConfig.module.rules.concat(
3131
{

0 commit comments

Comments
 (0)