Skip to content

Commit

Permalink
Fix for #204 - default bundle output folder
Browse files Browse the repository at this point in the history
  • Loading branch information
TotallyInformation committed Mar 24, 2023
1 parent e8d11e2 commit 8ddb5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/svelte-basic/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default {
}),
// we'll extract any component CSS out into
// a separate file - better for performance
css({ output: `${uibDist}/build/bundle.css` }),
css({ output: 'bundle.css' }),

// If you have external dependencies installed from
// npm, you'll most likely need these plugins. In
Expand Down

0 comments on commit 8ddb5d3

Please sign in to comment.