Detalhes do pacote

@loadable/babel-plugin

gregberge645kMIT5.16.1

Babel plugin for loadable (required for SSR).

loadable

readme (leia-me)

changelog (log de mudanças)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.16.1 (2023-07-20)

Bug Fixes

  • correct babel plugin default signature to allow any source of 'loadable' (#972) (19849b6), closes #971

5.16.0 (2023-07-09)

Features

  • Allow additional identifiers to be passed in to the babel plugin (#966) (e18e37a)

5.15.3 (2023-01-28)

Note: Version bump only for package @loadable/babel-plugin

5.13.2 (2020-09-14)

Note: Version bump only for package @loadable/babel-plugin

5.13.0 (2020-06-29)

Bug Fixes

  • allow webpack cache is ready only for initial chunks, fixes #558 (61f8b75)
  • babel-plugin: add missing peer dependency (#524) (03a79b6)

5.12.0 (2020-01-09)

Bug Fixes

  • apply loadable transformations before any other, fixes #466 (ac5ba45)

5.11.0 (2019-12-02)

Bug Fixes

5.10.3 (2019-09-24)

Bug Fixes

  • babel-plugin: fix bug when using + concatenation instead of a template literal (#425) (d98dd27)

5.10.0 (2019-05-13)

Bug Fixes

5.8.0 (2019-04-10)

Bug Fixes

  • babel-plugin: Use require.resolve instead of relative path resolution (#303) (bad7f1f)

5.7.2 (2019-03-20)

Bug Fixes

  • babel-plugin: handle "-" at the end of request (c0f325b)

5.7.1 (2019-03-19)

Bug Fixes

  • babel-plugin: handle special chars in file names (#279) (4da39ff)

5.7.0 (2019-03-14)

Performance Improvements

5.6.0 (2019-02-05)

Bug Fixes

Features

  • babel-plugin: transform code annotated with magic comment (4f832dc), closes #192

5.5.0 (2019-01-22)

Note: Version bump only for package @loadable/babel-plugin

5.2.2 (2018-12-12)

Bug Fixes

  • babel-plugin: fix chunkName with aggressive code splitting (e974933), closes #182

5.0.0 (2018-11-10)

Features

BREAKING CHANGES

    • SSR has been rewritten from scratch, if you use it, please follow the new guide.
  • Prefetch component and prefetch functions have been removed, please use webpackPrefetch instead.

4.0.5 (2018-11-01)

Note: Version bump only for package @loadable/babel-plugin

4.0.3 (2018-10-31)

Bug Fixes

  • server: disable common chunks optim (78e7b28)

4.0.2 (2018-10-31)

Bug Fixes

  • babel-plugin: transform into friendly chunk name (54422cb)

4.0.0 (2018-10-30)

Features

  • add new loadable.lib, change API (94b2e87)

BREAKING CHANGES

    • ErrorComponent is ignored, please use Error Boundaries to handle errors.
  • lazy is no longer exported
  • LoadingComponent is replaced by fallback option
  • ref are now forwarded

3.0.0 (2018-10-29)

Features

BREAKING CHANGES

  • API has completely changed, see documentation.