I was upgrading from 3.12.15 to 3.13.6 below is graphql output
Before the update: plugin version 3.12.15
?
"enqueuedStylesheets": {
? ? ? ? "nodes": [
? ? ? ? ? {
? ? ? ? ? ? "src": "https://localhost/xyz/wp-includes/blocks/image/style.min.css"
? ? ? ? ? },
? ? ? ? ? {
? ? ? ? ? ? "src": "https://localhost/xyz/wp-includes/blocks/paragraph/style.min.css"
? ? ? ? ? },
? ? ? ? ? {
? ? ? ? ? ? "src": "https://localhost/xyz/wp-content/plugins/stackable-ultimate-gutenberg-blocks/dist/frontend_blocks.css"
? ? ? ? ? },
? ? ? ? ? {
? ? ? ? ? ? "src": "https://localhost/xyz/wp-content/plugins/stackable-ultimate-gutenberg-blocks/dist/frontend_blocks_responsive.css"
? ? ? ? ? },
? ? ? ? ? {
? ? ? ? ? ? "src": null
? ? ? ? ? },
? ? ? ? ? {
? ? ? ? ? ? "src": "https://localhost/xyz/wp-includes/blocks/heading/style.min.css"
? ? ? ? ? },
? ? ? ? ? {
? ? ? ? ? ? "src": null
? ? ? ? ? },
? ? ? ? ? {
? ? ? ? ? ? "src": "https://localhost/xyz/wp-includes/blocks/list/style.min.css"
? ? ? ? ? },
? ? ? ? ? {
? ? ? ? ? ? "src": "https://localhost/xyz/wp-includes/blocks/cover/style.min.css"
? ? ? ? ? },
? ? ? ? ? {
? ? ? ? ? ? "src": "https://localhost/xyz/wp-includes/blocks/group/style.min.css"
? ? ? ? ? }
? ? ? ? ]
? ? ? }
?
After the update: plugin version ?3.13.6
?
"enqueuedStylesheets": {
? ? ? ? "nodes": [
? ? ? ? ? {
? ? ? ? ? ? "src": "https://localhost/xyz/wp-includes/blocks/image/style.min.css"
? ? ? ? ? },
? ? ? ? ? {
? ? ? ? ? ? "src": "https://localhost/xyz/wp-includes/blocks/paragraph/style.min.css"
? ? ? ? ? },
? ? ? ? ? {
? ? ? ? ? ? "src": "https://localhost/xyz/wp-includes/blocks/heading/style.min.css"
? ? ? ? ? },
? ? ? ? ? {
? ? ? ? ? ? "src": null
? ? ? ? ? },
? ? ? ? ? {
? ? ? ? ? ? "src": "https://localhost/xyz/wp-includes/blocks/list/style.min.css"
? ? ? ? ? },
? ? ? ? ? {
? ? ? ? ? ? "src": "https://localhost/xyz/wp-includes/blocks/cover/style.min.css"
? ? ? ? ? },
? ? ? ? ? {
? ? ? ? ? ? "src": "https://localhost/xyz/wp-includes/blocks/group/style.min.css"
? ? ? ? ? },
? ? ? ? ? {
? ? ? ? ? ? "src": null
? ? ? ? ? },
? ? ? ? ? {
? ? ? ? ? ? "src": "/wp-includes/css/dist/block-library/common.min.css"
? ? ? ? ? },
? ? ? ? ? {
? ? ? ? ? ? "src": null
? ? ? ? ? }
? ? ? ? ]
? ? ? }