update webpack config

This commit is contained in:
Philipp Kühn
2018-08-20 23:24:43 +02:00
parent b5316b913d
commit 6045cd727e
29 changed files with 77 additions and 98 deletions

View File

@@ -64,7 +64,7 @@
<script>
import Icon from 'Components/Icon'
import { Editor } from 'vue-mirror'
import { Editor } from 'tiptap'
import MentionPlugin from './plugins/Mention.js'
export default {

View File

@@ -1,4 +1,4 @@
import { Node } from 'vue-mirror/utils'
import { Node } from 'tiptap/utils'
export default class MentionNode extends Node {