Include external ace.js files as local js assets #24506
m1ga
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Prerequisites
What problem is your feature request going to solve? Please describe.
There are files hosted on cloudflare that are loaded into the editor:
elementor/core/editor/loader/editor-base-loader.php
Lines 112 to 126 in 9574763
if you work in a local environment without internet it will slow down the editor start because it tries to access those files.
Describe the solution you'd like
Include the external hosted in the local assets/js folder
Describe alternatives you've considered
Additional context
Test:
All reactions