Title: [bug] block-library-style.css reference
Last modified: April 2, 2026

---

# [bug] block-library-style.css reference

 *  Resolved [pablopoo](https://wordpress.org/support/users/pablopoo/)
 * (@pablopoo)
 * [5 days, 22 hours ago](https://wordpress.org/support/topic/bug-block-library-style-css-reference/)
 * 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](https://wordpress.org/support/users/danieliser/)
 * (@danieliser)
 * [5 days, 15 hours ago](https://wordpress.org/support/topic/bug-block-library-style-css-reference/#post-18870643)
 * Hi [@pablopoo](https://wordpress.org/support/users/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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbug-block-library-style-css-reference%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/popup-maker/assets/icon-256x256.gif?rev=3097653)
 * [Popup Maker - Boost Sales, Conversions, Optins, Subscribers with the Ultimate WP Popup Builder](https://wordpress.org/plugins/popup-maker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/popup-maker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/popup-maker/)
 * [Active Topics](https://wordpress.org/support/plugin/popup-maker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/popup-maker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/popup-maker/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Daniel Iser](https://wordpress.org/support/users/danieliser/)
 * Last activity: [5 days, 15 hours ago](https://wordpress.org/support/topic/bug-block-library-style-css-reference/#post-18870643)
 * Status: resolved