Skip to content

Commit 04cd1a1

Browse files
committed
cleanup config
1 parent 40da4c7 commit 04cd1a1

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

test.config.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import createEsmUtils from 'esm-utils';
44

55
const { __dirname } = createEsmUtils(import.meta);
66

7-
// This is the production and development configuration.
8-
// It is focused on developer experience, fast rebuilds, and a minimal bundle.
97
export default {
108
entry: './tests/integration/test-app.js',
119
mode: 'production',
@@ -28,10 +26,7 @@ export default {
2826
`,
2927
library: {
3028
export: 'default',
31-
name: {
32-
commonjs: 'format',
33-
root: 'format'
34-
},
29+
name: 'format',
3530
type: 'umd2'
3631
}
3732
},

0 commit comments

Comments
 (0)