• Resolved pablopoo

    (@pablopoo)


    Latest version, the plugin try to load popup-maker-block-library-style.css, that do not exists.

    assets.php, line 308 and 309. With “$package” = block-library, this resolves to:
    dist/packages/block-library-style.css

Viewing 1 replies (of 1 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    Hi @pablopoo,

    Thanks for catching this — you’re right. The block-library-style.css file wasn’t being included in the 1.22.0 release due to a build configuration issue. Our webpack config was preventing the frontend block styles from being split into their own file during production builds, so the file referenced in block.json never made it into the distribution.

    The file that was shipped (block-library.css) contained both editor and frontend styles combined, so the blocks still render — but WordPress was logging a missing asset for the popup-maker-block-library-style handle.

    We’ve fixed the build pipeline and this will be included in the next patch release. In the meantime, the missing file is non-breaking — the styles are present in the editor stylesheet which loads on any page with our blocks.

    Appreciate the detailed report with the exact lines — made tracking this down quick.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.