mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 11:49:02 +08:00
fix webpack alias
This commit is contained in:
parent
adc90a7ecd
commit
d3804c0441
@ -39,7 +39,8 @@ export default {
|
||||
fonts: `${srcPath}/assets/fonts`,
|
||||
variables: `${srcPath}/assets/sass/variables`,
|
||||
tiptap: path.resolve(rootPath, '../packages/tiptap/src'),
|
||||
'tiptap-helpers': path.resolve(rootPath, '../packages/tiptap-helpers/src'),
|
||||
'tiptap-commands': path.resolve(rootPath, '../packages/tiptap-commands/src'),
|
||||
'tiptap-utils': path.resolve(rootPath, '../packages/tiptap-utils/src'),
|
||||
},
|
||||
modules: [
|
||||
srcPath,
|
||||
|
Loading…
Reference in New Issue
Block a user