Skip to content

Commit

Permalink
Generate better bundle names
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Oct 8, 2024
1 parent 42ee896 commit c7ce5bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { sveltePreprocess } from 'svelte-preprocess';
export default {
input: './src/bundle.js',
output: {
file: 'bundle/bundle.js',
file: 'bundle/easydb.js',
format: 'iife',
name: 'EasyDBDetailView',
inlineDynamicImports: true
Expand All @@ -33,7 +33,7 @@ export default {
}
}),
postcss({
extract: "bundle.css"
extract: "easydb.css"
}),
resolve({
browser: true,
Expand Down

0 comments on commit c7ce5bd

Please sign in to comment.