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

@@ -1,5 +1,5 @@
import { Node } from 'vue-mirror/utils'
import { chainCommands, exitCode } from 'vue-mirror/helpers'
import { Node } from 'tiptap/utils'
import { chainCommands, exitCode } from 'tiptap/helpers'
export default class HardBreakNode extends Node {