Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Oct 09:10
· 56 commits to main since this release
561d57b

Major Changes

  • Drop tailwind support (by @adambrgmn in #18)

    Running tailwind as part of the dev flow took to long. Tailwind needs to run outside of the wp-bundler context.

  • Add proper dev server with reload on change (by @adambrgmn in #21)

    This version includes a new dev server. The server is automatically started when running wp-bundler --watch.

    The server will listen for changes to your source files, including .php and .twig files. If a change is detected the page will be reloaded and the changes applied.

    If a change only affects .css-files the page will not be reloaded. Instead all your css will be "hot-reladed" on the page without requiring a refresh.

Minor Changes

Patch Changes