Skip to content

Commit

Permalink
refactor(pnpm): remove preserveSymlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
sbsrnt committed Feb 11, 2024
1 parent 5e890a2 commit 6b9fbe3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@
"commitHooks": false,
"changelogPreset": "@exile-watch/conventional-changelog-config"
}
},
"packages": [
"packages/*"
]
}
}
2 changes: 0 additions & 2 deletions packages/rollup-config/src/rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ const createRollupConfig = async (options: CreateRollupConfigOptions = {}): Prom
},
],

preserveSymlinks: true,

/********************************************
* Configure Plugins
********************************************/
Expand Down

0 comments on commit 6b9fbe3

Please sign in to comment.