We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1907c45 commit d07a818Copy full SHA for d07a818
jbrowse/config/dev.config.js
@@ -25,7 +25,7 @@ clientConfig.resolve.fallback =
25
26
clientConfig.plugins =
27
[new webpack.ProvidePlugin({regeneratorRuntime: 'regenerator-runtime'}),
28
- new NodePolyfillPlugin(),].concat(constants.processPlugins(entryPoints))
+ new NodePolyfillPlugin()].concat(constants.processPlugins(entryPoints))
29
30
clientConfig.module.rules = clientConfig.module.rules.concat(
31
{
0 commit comments