Skip to content

Commit 3c3679c

Browse files
committed
process entryPoints in dev.config.js
1 parent 1ad8865 commit 3c3679c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

jbrowse/dev.config.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,9 @@ const clientConfig = {
4646
}
4747
},
4848

49-
plugins: [new webpack.ProvidePlugin({
50-
regeneratorRuntime: 'regenerator-runtime',
51-
}), new NodePolyfillPlugin()],
52-
};
53-
54-
49+
plugins: [new webpack.ProvidePlugin({
50+
regeneratorRuntime: 'regenerator-runtime'
51+
}), new NodePolyfillPlugin()].concat(constants.processPlugins(entryPoints)),
52+
}
5553

5654
module.exports = [clientConfig]

0 commit comments

Comments
 (0)