front / gutenberg-js

JavaScript only version of the WordPress Gutenberg editor (DEPRECATED)
GNU General Public License v2.0
390 stars 42 forks source link

Build file contains ES6 code #26

Open vonloxx opened 5 years ago

vonloxx commented 5 years ago

When using Gutenberg-JS on Drupal Gutenberg I noticed that some ES6 code is on the build files. This is going to be issue for IE11 support and even Edge on some cases. image 3

jakub-mroz commented 5 years ago

When on Drupal Content type, where Gutenberg is enabled, a Body field is missing you will see "Loading" and it gets stuck. I hope that helps and it's related.

flyke commented 4 years ago

We use Gutenberg-JS in a custom CMS we built for our clients in laravel + vue. This exact issue causes the entire CMS to not work on IE11, so for us this is a relative big issue. Any help is appreciated. b2 b1