✨ Use @roots/vite-plugin (#3231)
Co-authored-by: Brandon <brandon@tendency.me>
This commit is contained in:
@@ -36,7 +36,7 @@ add_filter('admin_head', function () {
|
||||
return;
|
||||
}
|
||||
|
||||
$dependencies = json_decode(Vite::content('_editor.deps.json'));
|
||||
$dependencies = json_decode(Vite::content('editor.deps.json'));
|
||||
|
||||
foreach ($dependencies as $dependency) {
|
||||
if (! wp_script_is($dependency)) {
|
||||
|
||||
Reference in New Issue
Block a user