We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c989c0b commit 36656e9Copy full SHA for 36656e9
karma.conf.js
@@ -61,6 +61,8 @@ module.exports = function (config) {
61
// for the karma test runs, we don't want to have any externals,
62
// especially js-joda and others should be included!
63
webpackConfig.externals = undefined;
64
+ // clear entry, for karma we use the karmaWebpackTestEntry
65
+ webpackConfig.entry = undefined;
66
67
// add cldr-data load workaround
68
webpackConfig.resolve = {
0 commit comments