Jérémie Chazelle

Results 13 comments of Jérémie Chazelle

Thank you again @dawidurbanski ! Now the code compiled ! But I have an other strange error when I load the page with ckeditor. I don't have this error when...

Good idea ! Hum... I have an empty object: ``` import { CKEditor } from '@ckeditor/ckeditor5-react'; import ClassicEditor from '@/Common/ckeditor'; console.log(ClassicEditor); ```

Thank you so much! With your webpack.config.js, it's perfect! ``` 'use strict'; const path = require( 'path' ); const webpack = require( 'webpack' ); const { bundler, styles } =...