Skip to content

Releases: farm-fe/farm

@farmfe/runtime@0.3.2

05 Mar 08:53
5a97e68
Compare
Choose a tag to compare

Patch Changes

  • write resources to disk to optimize resources loading time

@farmfe/runtime@0.3.1

05 Mar 03:09
e846229
Compare
Choose a tag to compare

Patch Changes

  • Fix lazy compilation and partial bundling bugs

@farmfe/runtime-plugin-hmr@3.0.2

05 Mar 08:53
5a97e68
Compare
Choose a tag to compare

Patch Changes

  • write resources to disk to optimize resources loading time

@farmfe/runtime-plugin-hmr@3.0.1

05 Mar 03:09
e846229
Compare
Choose a tag to compare

Patch Changes

  • Fix lazy compilation and partial bundling bugs
  • Updated dependencies
    • @farmfe/runtime@0.3.1

@farmfe/core@0.3.3

05 Mar 12:15
d2011e4
Compare
Choose a tag to compare

Patch Changes

  • Optimize disk usage

@farmfe/core@0.3.2

05 Mar 08:53
5a97e68
Compare
Choose a tag to compare

Patch Changes

  • write resources to disk to optimize resources loading time
  • Updated dependencies
    • @farmfe/runtime-plugin-hmr@3.0.2
    • @farmfe/runtime@0.3.2

@farmfe/core@0.3.1

05 Mar 03:09
e846229
Compare
Choose a tag to compare

Patch Changes

  • Fix lazy compilation and partial bundling bugs
  • Updated dependencies
    • @farmfe/runtime-plugin-hmr@3.0.1
    • @farmfe/runtime@0.3.1

@farmfe/cli@0.3.1

05 Mar 12:15
d2011e4
Compare
Choose a tag to compare

Patch Changes

  • Optimize disk usage

v0.3.0: Version Packages (#43)

04 Mar 03:15
1c518a0
Compare
Choose a tag to compare
* Version Packages

* chore: adjust peer dependencies version

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: wumingliang.0113 <1521488775@qq.com>

@farmfe/runtime@0.3.0

04 Mar 03:16
1c518a0
Compare
Choose a tag to compare

Minor Changes

  • f915a35: Support lazy compilation and partial bundling

    • remove resource pot graph to optimize the compilation speed
    • implement partial bundling algorithm
    • optimize @farmfe/cli, remove @farmfe/core from its dependencies
    • optimize plugin react to skip duplicate module building based on process.env.NODE_ENV