Skip to content

Commit

Permalink
Remove config.name key from rollup.config.js
Browse files Browse the repository at this point in the history
Closes: #43
Signed-off-by: Jose Fernandez <[email protected]>
  • Loading branch information
jfernandez committed May 27, 2024
1 parent aa0b68d commit ccae1c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ export default defineConfig({
},
format: 'iife',
exports: 'default',
name: "ControllerTools",
},
});

0 comments on commit ccae1c5

Please sign in to comment.