Skip to content

Conversation

adamziel
Copy link
Collaborator

@adamziel adamziel commented Apr 30, 2024

Moves the minified WordPress .zip files to to the new @wp-playground/wordpress-builds package to:

  • Avoid importing a large package when you're only interested in WordPress rewrite rules
  • Avoid importing from .zip?url packages on CLI code build paths as Bun cannot handle them when bundling

Testing instructions

  • Confirm all the tests pass
…ress` package Removes importing from `.zip?url` packages from Bun import path as it cannot handle it in the single executable bundler mode. ## Testing instructions * Confirm all the tests pass
@adamziel adamziel changed the title Meta: Split the WordPress builds outside of the @wp-playground/wordpress package Meta: Move the minified WordPress to the new @wp-playground/wordpress-builds package Apr 30, 2024
@adamziel adamziel merged commit 4de0d20 into trunk Apr 30, 2024
@adamziel adamziel deleted the split-wordpress-and-wordpress-builds branch April 30, 2024 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment