Skip to content

Commit

Permalink
Merge pull request #34 from ryoppippi/fix-build
Browse files Browse the repository at this point in the history
fix build(use preserveModules)
  • Loading branch information
samchon authored Sep 10, 2024
2 parents 4c3a293 + 5bfb06f commit 5bcf38b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"typia": "^6.9.0",
"uuid": "^10.0.0"
},
"sideEffects": false,
"files": [
"lib",
"src",
Expand Down
2 changes: 2 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ module.exports = {
format: "esm",
entryFileNames: "[name].mjs",
sourcemap: true,
preserveModules: true,
preserveModulesRoot: "src",
},
plugins: [
typescript({
Expand Down

0 comments on commit 5bcf38b

Please sign in to comment.