Skip to content

Commit

Permalink
fix: set rollup preserveModulesRoot
Browse files Browse the repository at this point in the history
  • Loading branch information
matteosacchetto committed Jan 23, 2024
1 parent 204acc1 commit 18b7e47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default defineConfig({
strict: true,
entryFileNames: '[name].mjs',
sourcemap: useSourceMaps,
preserveModulesRoot: 'src'
},
treeshake: 'smallest',
plugins: [
Expand Down

0 comments on commit 18b7e47

Please sign in to comment.