Skip to content

Commit

Permalink
style(rollup.config.js): remove redundant name property from output c…
Browse files Browse the repository at this point in the history
…onfigurations to clean up the code and improve readability.
  • Loading branch information
alisaitteke committed Jul 7, 2024
1 parent 98c2b44 commit 0b2fe09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export default commandLineArgs => {
file: packageJson.main,
format: "iife",
sourcemap: true,
name: 'seatmap'
}
],
plugins: [
Expand Down Expand Up @@ -60,7 +59,6 @@ export default commandLineArgs => {
multipleVersions: true, // Default is false.
output: {
file: path.join(__dirname, 'dist', 'dependencies.txt'),
name: 'dependencies',
encoding: 'utf-8', // Default is utf-8.
},
},
Expand Down

0 comments on commit 0b2fe09

Please # to comment.