kommitters / editorjs-undo

Undo/Redo feature for Editor.js
https://www.npmjs.com/package/editorjs-undo
MIT License
169 stars 51 forks source link

Install babel plugin to solve runtime bug #239

Closed MarioRodriguezS closed 11 months ago

MarioRodriguezS commented 11 months ago

Description

This pull request solves the bug in the bundle produced by the runtime handle, to solve the bug the plugin @babel/plugin-transform-runtime was installed and configured.

Fixes https://github.com/kommitters/editorjs-undo/issues/238