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 fa84103 commit d0baac7Copy full SHA for d0baac7
karma.conf.cjs
@@ -20,7 +20,7 @@ module.exports = async function(karma) {
20
// we will prefer the unminified build which is easier to browse and works
21
// better with source mapping. In other cases, pick the minified build to
22
// make sure that the minification process (terser) doesn't break anything.
23
- const regex = /chart\.umd\.js$/;
+ const regex = /chart\.umd(\.min)?\.js$/;
24
const build = builds.filter(v => v.output.file && v.output.file.match(regex))[0];
25
26
if (karma.autoWatch) {
0 commit comments