Skip to content

Commit

Permalink
chore: update Rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-kanri committed Jul 20, 2024
1 parent d597d6b commit f516126
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ const generateOutputOptions = (format: 'cjs' | 'esm'): OutputOptions => ({
constBindings: true,
objectShorthand: true
},
preserveModules: true,
preserveModulesRoot: './src'
interop: 'compat'
});

export default defineConfig({
Expand Down

0 comments on commit f516126

Please sign in to comment.