Skip to content

Commit 4fd73a7

Browse files
Update devtools/test_dashboard/server.js
Co-authored-by: Alex Johnson <alex@plot.ly>
1 parent 40cecb6 commit 4fd73a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devtools/test_dashboard/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ 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
38+
library: {...config.output.library, name: 'Tabs'}
3939
};
4040

4141
devtoolsConfig.target = config.target;

0 commit comments

Comments
 (0)