Skip to content

@foreachbe/react-scripts@7.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Sep 23:40
· 8 commits to master since this release
f22a99c

Major Changes

  • e4f8907: ## Overview

    Switch to updated repo structure, improved publish management and optimized hacky code
    All users with contributer access will be able to publish changes now.

    Changes

    Switched to .env usage, see docusaurus/docs/advanced-configuration.md for all available options. Most notable are:
    --noAssetHashing -> DISABLE_ASSET_HASHING="true"
    --output -> OUTPUT="./relative-path"
    PORT -> BACKEND_PORT
    PORT is still available, use it for choosing the frontend serving port.
    EXTEND_ESLINT has been removed, it's enabled by default.

    New option (highly likely needed to be included for Across projects):
    EMIT="true"

    Migration should be fairly easy, all previously supported outputs are still available :)

Patch Changes

  • Updated dependencies [e4f8907]
    • @foreachbe/babel-preset-react-app@6.0.0
    • @foreachbe/eslint-config-react-app@7.0.0
    • @foreachbe/stylelint-config-react-app@5.0.0