Skip to content

Commit

Permalink
ci: format cjs package
Browse files Browse the repository at this point in the history
  • Loading branch information
Coldknife2 committed Jun 16, 2022
1 parent 31f48f6 commit ad3ba0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = defineConfig({
entry: path.resolve(__dirname, 'src/index.js'),
name: 'jsonDiffer',
fileName: (format) => 'jsonDiffer.js',
formats: ['es']
formats: ['cjs']
},
rollupOptions: {
// make sure to externalize deps that shouldn't be bundled
Expand Down

0 comments on commit ad3ba0b

Please sign in to comment.