We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40da4c7 commit 04cd1a1Copy full SHA for 04cd1a1
1 file changed
test.config.js
@@ -4,8 +4,6 @@ import createEsmUtils from 'esm-utils';
4
5
const { __dirname } = createEsmUtils(import.meta);
6
7
-// This is the production and development configuration.
8
-// It is focused on developer experience, fast rebuilds, and a minimal bundle.
9
export default {
10
entry: './tests/integration/test-app.js',
11
mode: 'production',
@@ -28,10 +26,7 @@ export default {
28
26
`,
29
27
library: {
30
export: 'default',
31
- name: {
32
- commonjs: 'format',
33
- root: 'format'
34
- },
+ name: 'format',
35
type: 'umd2'
36
}
37
},
0 commit comments