mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-08-06 13:38:49 +08:00
fix error when starting docs with prebuilt packages
This commit is contained in:
parent
d3d3c1141e
commit
0513fd6ce2
@ -83,7 +83,7 @@ module.exports = function (api) {
|
||||
.map(name => name.replace('../packages/', ''))
|
||||
.forEach(name => {
|
||||
config.resolve.alias
|
||||
.set(`@tiptap/${name}`, path.resolve(`../packages/${name}`))
|
||||
.set(`@tiptap/${name}`, path.resolve(`../packages/${name}/index.ts`))
|
||||
})
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user