Skip to content

Commit

Permalink
Fix cjs analyze plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
cgero-eth committed Jul 18, 2023
1 parent b0671ad commit deebfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = [
entryFileNames: '[name].[format].js',
sourcemap: true,
interop: 'auto',
plugins: [analyze ? visualizer({ filename: 'stats.es.html', open: true }) : undefined],
plugins: [analyze ? visualizer({ filename: 'stats.cjs.html', open: true }) : undefined],
},
],
external: Object.keys(package.dependencies),
Expand Down

0 comments on commit deebfda

Please sign in to comment.