Skip to content

Commit 9da2ce0

Browse files
committed
fixup Tabs
1 parent 4fd73a7 commit 9da2ce0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

devtools/test_dashboard/server.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ devtoolsConfig.entry = path.join(devtoolsPath, 'devtools.js');
3535
devtoolsConfig.output = {
3636
path: config.output.path,
3737
filename: 'test_dashboard-bundle.js',
38-
library: {...config.output.library, name: 'Tabs'}
38+
library: {
39+
name: 'Tabs',
40+
type: 'umd'
41+
}
3942
};
4043

4144
devtoolsConfig.target = config.target;

0 commit comments

Comments
 (0)