Skip to content

Commit

Permalink
cleanup config
Browse files Browse the repository at this point in the history
  • Loading branch information
Janther committed Nov 6, 2023
1 parent 40da4c7 commit 04cd1a1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import createEsmUtils from 'esm-utils';

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

// This is the production and development configuration.
// It is focused on developer experience, fast rebuilds, and a minimal bundle.
export default {
entry: './tests/integration/test-app.js',
mode: 'production',
Expand All @@ -28,10 +26,7 @@ export default {
`,
library: {
export: 'default',
name: {
commonjs: 'format',
root: 'format'
},
name: 'format',
type: 'umd2'
}
},
Expand Down

0 comments on commit 04cd1a1

Please sign in to comment.