diff --git a/rollup.config.js b/rollup.config.js index 65a1b59..c5cdc61 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -22,7 +22,6 @@ export default commandLineArgs => { file: packageJson.main, format: "iife", sourcemap: true, - name: 'seatmap' } ], plugins: [ @@ -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. }, },