Skip to content

Commit f23051a

Browse files
committed
set umdNamedDefine to false in dashboard & karma config
1 parent 16f1d1f commit f23051a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

devtools/test_dashboard/server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ devtoolsConfig.output = {
3838
library: {
3939
name: 'Tabs',
4040
type: 'umd',
41-
umdNamedDefine: true
41+
umdNamedDefine: false
4242
}
4343
};
4444

test/jasmine/karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ func.defaultConfig = {
301301
library: {
302302
name: 'Plotly',
303303
type: 'umd',
304-
umdNamedDefine: true
304+
umdNamedDefine: false
305305
}
306306
}
307307
})

0 commit comments

Comments
 (0)