Viewing 1 replies (of 1 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    first check if wp-includes/js/dist is in the exclusion list and remove if so, second you might also have to disable the relevant compatibility check using this code snippet;

    add_filter( 'autoptimize_filter_compatibility_gutenberg_js', '__return_false' );

    hope this helps,
    frank

Viewing 1 replies (of 1 total)
  • The topic ‘How to Optimize/Add JS files from wp-includes JS distribution folder’ is closed to new replies.