Skip to content

Commit

Permalink
Attempts to fix build: 2
Browse files Browse the repository at this point in the history
  • Loading branch information
DrZlo13 committed Sep 25, 2023
1 parent bd0da7b commit f0e67c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/svelte-portal/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ export default {
// https://github.com/rollup/plugins/tree/master/packages/commonjs
resolve({
browser: true,
dedupe: ['svelte', 'stringview']
dedupe: ['svelte', 'stringview'],
extensions: ['.svelte', '.js', '.mjs']
}),
commonjs(),

Expand Down

0 comments on commit f0e67c1

Please sign in to comment.