Skip to content

Commit

Permalink
Restore shadow DOM
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Sep 24, 2024
1 parent 7ddae22 commit d8d0b26
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,9 @@ export default {
customElement: true
}
}),
replace({
values: {
"this.attachShadow({ mode: 'open' });": ""
},
delimiters: ['', '']
postcss({
extract: "bundle.css"
}),
postcss(),
resolve({
browser: true,
dedupe: ['svelte', 'flowbite-svelte']
Expand Down

0 comments on commit d8d0b26

Please sign in to comment.