Docs/Vue.js/Vue CLI: Make it clear in the guide that using babel polyfills kills the performance #6182
Labels
status:stale
type:docs
This issue reports a task related to documentation (e.g. an idea for a guide).
type:performance
This issue reports a performance issue or a possible performance improvement.
A follow-up of ckeditor/ckeditor5-vue#124.
In the discussion in the above issue, I found out that Vue CLI uses lots of (Babel) polyfills when building for production and that:
We need to clearly state in the guide that for the best performance, the build should be created using the
--modern
flag of Vue CLI.The text was updated successfully, but these errors were encountered: