Skip to content

Commit

Permalink
Attempts to fix build: 1
Browse files Browse the repository at this point in the history
  • Loading branch information
DrZlo13 committed Sep 22, 2023
1 parent f7bf907 commit cd345b8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion components/svelte-portal/public/build/bundle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/svelte-portal/public/build/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/svelte-portal/public/build/bundle.js.map

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions components/svelte-portal/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ export default {
},
plugins: [
replace({
development_mode: !production,
}),
development_mode: !production,
preventAssignment: true,
}),
svelte({
compilerOptions: {
// enable run-time checks when not in production
Expand All @@ -58,7 +59,7 @@ export default {
// https://github.com/rollup/plugins/tree/master/packages/commonjs
resolve({
browser: true,
dedupe: ['svelte']
dedupe: ['svelte', 'stringview']
}),
commonjs(),

Expand Down

0 comments on commit cd345b8

Please sign in to comment.