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 4fd73a7 commit 9da2ce0Copy full SHA for 9da2ce0
devtools/test_dashboard/server.js
@@ -35,7 +35,10 @@ 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, name: 'Tabs'}
+ library: {
39
+ name: 'Tabs',
40
+ type: 'umd'
41
+ }
42
};
43
44
devtoolsConfig.target = config.target;
0 commit comments