Skip to content

preact-cli@3.4.0

Compare
Choose a tag to compare
@preact-bot preact-bot released this 07 Jul 03:08
· 45 commits to master since this release
3f389c2

Minor Changes

  • #1674 0346549 Thanks @rschristian! - Supports consuming "proxy" from package.json to proxy API requests in watch mode

  • #1671 8d3bd42 Thanks @rschristian! - Any environment variables prefixed with 'PREACT_APP_' will automatically be available for reference and use in your application without having to configure DefinePlugin any more. Furthermore, if a .env file exists in the root of your application, any variables it defines will automatically be available for use.

    Huge shout out to robinvdvleuten who provided this functionality through the preact-cli-plugin-env-vars package in the past.

Patch Changes