Skip to content

Commit

Permalink
fix(): editor export name
Browse files Browse the repository at this point in the history
  • Loading branch information
SailorF committed Jun 21, 2024
1 parent fa4d26c commit c387113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/build-next-bricks/src/scanBricks.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export default async function scanBricks(packageDir) {
}
}

exposes.set(`./editors/${fullName}`, {
exposes.set(`./editors/${editorName}`, {
import: `./${path
.relative(packageDir, overrideImport || filePath)
.replace(/\.[^.]+$/, "")
Expand Down

0 comments on commit c387113

Please sign in to comment.