mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-23 19:19:03 +08:00
build: get the demos working again
This commit is contained in:
parent
ffd9a46cc4
commit
b4f7a2cca3
@ -41,6 +41,10 @@ const getPackageDependencies = () => {
|
||||
}
|
||||
})
|
||||
|
||||
// Handle the JSX runtime alias
|
||||
paths.unshift({ find: '@tiptap/core/jsx-runtime', replacement: resolve('../packages/core/src/jsx-runtime.ts') })
|
||||
paths.unshift({ find: '@tiptap/core/jsx-dev-runtime', replacement: resolve('../packages/core/src/jsx-runtime.ts') })
|
||||
|
||||
return paths
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user