Skip to content

Commit 36656e9

Browse files
committed
fix karma webpack config
1 parent c989c0b commit 36656e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

karma.conf.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ module.exports = function (config) {
6161
// for the karma test runs, we don't want to have any externals,
6262
// especially js-joda and others should be included!
6363
webpackConfig.externals = undefined;
64+
// clear entry, for karma we use the karmaWebpackTestEntry
65+
webpackConfig.entry = undefined;
6466

6567
// add cldr-data load workaround
6668
webpackConfig.resolve = {

0 commit comments

Comments
 (0)