You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using [email protected] and when I build using npm run build it says:
Creating an optimized production build...
Failed to compile.
Failed to minify the code from this file:
./node_modules/@ckeditor/ckeditor5-build-classic/build/ckeditor.js:5:7374
Read more here: http://bit.ly/2tRViJ9
error Command failed with exit code 1.
How to do?
Maybe is there a way to disable es5 using just es6 in CRA?
The text was updated successfully, but these errors were encountered:
Other: First developer preview version. It contains ready-to-use `CKEditor` component that allows using CKEditor 5 Builds and CKEditor 5 Framework in React application. Closes#1. Closes#3. Closes#5. Closes#7. Closes#13. Closes#15.
I'm using
[email protected]
and when I build usingnpm run build
it says:How to do?
Maybe is there a way to disable es5 using just es6 in CRA?
The text was updated successfully, but these errors were encountered: