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 40cecb6 commit 4fd73a7Copy full SHA for 4fd73a7
devtools/test_dashboard/server.js
@@ -35,7 +35,7 @@ devtoolsConfig.entry = path.join(devtoolsPath, 'devtools.js');
35
devtoolsConfig.output = {
36
path: config.output.path,
37
filename: 'test_dashboard-bundle.js',
38
- library: config.output.library
+ library: {...config.output.library, name: 'Tabs'}
39
};
40
41
devtoolsConfig.target = config.target;
0 commit comments