Skip to content

Commit

Permalink
fix dest path
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Mar 29, 2024
1 parent 659cf0a commit f5dc6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-playground/viteCopyEsm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function viteCopyEsm() {
{dest: './build/esm/', src: './esm/*'},
{dest: './build/', src: ['./*.png', './*.ico']},
...parseImportMapImportEntries().map(([mod, fn]) => ({
dest: path.join('./build/esm/dist', fn),
dest: './build/esm/dist/',
src: path.join(
`../${mod.replace(/^@/, '').replace(/\//g, '-')}`,
// Fork modules are only produced by build-release, which is not run
Expand Down

0 comments on commit f5dc6f8

Please sign in to comment.