next-plugin-preval

Pre-evaluate async functions during builds and import them like JSON

MIT License

Downloads
24K
Stars
255
Committers
8

Bot releases are visible (Hide)

next-plugin-preval - v1.2.6 Latest Release

Published by github-actions[bot] 6 months ago

1.2.6 (2024-04-12)

Bug Fixes

  • Update peerDependencies list to include Next 14 (#121) (cf1760f)
next-plugin-preval - v1.2.5

Published by github-actions[bot] over 1 year ago

1.2.5 (2023-01-20)

Bug Fixes

  • peerDependencies list to include Next 13 (#106) (5883342)
next-plugin-preval - v1.3.0-alpha.1

Published by github-actions[bot] almost 3 years ago

1.3.0-alpha.1 (2021-12-12)

Features

next-plugin-preval - v1.2.4

Published by github-actions[bot] almost 3 years ago

1.2.4 (2021-12-11)

Bug Fixes

  • add isServer: true to fix css-loader error (#77) (f77ee71)

Shoutout to @fabien!

next-plugin-preval - v1.2.4-alpha.1

Published by github-actions[bot] almost 3 years ago

1.2.4-alpha.1 (2021-11-30)

Bug Fixes

  • force no caching via addDependency hack (8981147)
next-plugin-preval - v1.2.3

Published by github-actions[bot] almost 3 years ago

1.2.3 (2021-11-14)

Bug Fixes

next-plugin-preval - v1.2.2

Published by github-actions[bot] almost 3 years ago

1.2.2 (2021-11-12)

Bug Fixes

  • add commit to release new version for next 12 (a29efca)
next-plugin-preval - v1.2.1

Published by github-actions[bot] over 3 years ago

1.2.1 (2021-06-19)

Bug Fixes

  • add next 11 to peer deps (9a143ad)
next-plugin-preval - v1.2.0

Published by github-actions[bot] over 3 years ago

1.2.0 (2021-06-04)

Features

  • include next polyfils (including global fetch support) (#40) (f89525d)
next-plugin-preval - v1.2.0-alpha.1

Published by github-actions[bot] over 3 years ago

1.2.0-alpha.1 (2021-06-04)

Bug Fixes

  • add cacheable false to prevent webpack from caching (f996cce)
  • compile everything for workspaces setups; add compact true to disable warnings (3f1b69c)

Features

  • include next polyfils (including global fetch support) (#40) (be216d8)
  • propagate stack trace (#30) (58dfa34)
next-plugin-preval - v1.1.0-alpha.3

Published by github-actions[bot] over 3 years ago

1.1.0-alpha.3 (2021-06-01)

Features

  • include next polyfils (including global fetch support) (#40) (be216d8)
next-plugin-preval - v1.1.0

Published by github-actions[bot] over 3 years ago

1.1.0 (2021-06-01)

Bug Fixes

  • compile everything for workspaces setups; add compact true to disable warnings (df38026)

Features

next-plugin-preval - v1.1.0-alpha.2

Published by github-actions[bot] over 3 years ago

1.1.0-alpha.2 (2021-05-28)

Bug Fixes

  • compile everything for workspaces setups; add compact true to disable warnings (3f1b69c)
next-plugin-preval - v1.1.0-alpha.1

Published by github-actions[bot] over 3 years ago

1.1.0-alpha.1 (2021-05-28)

Features

next-plugin-preval - v1.0.2-alpha.1

Published by github-actions[bot] over 3 years ago

1.0.2-alpha.1 (2021-05-28)

Bug Fixes

  • add cacheable false to prevent webpack from caching (f996cce)
next-plugin-preval - v1.0.1

Published by github-actions[bot] over 3 years ago

1.0.1 (2021-05-19)

Bug Fixes

  • add cacheable false to prevent webpack from caching (#24) (eea75b7)
next-plugin-preval - v1.0.1-alpha.1

Published by github-actions[bot] over 3 years ago

1.0.1-alpha.1 (2021-05-19)

Bug Fixes

  • add cacheable false to prevent webpack from caching (f996cce)
next-plugin-preval - v1.0.0

Published by github-actions[bot] over 3 years ago

1.0.0 (2021-03-30)

Bug Fixes

  • build: add re-exports and types (db38d08)
  • build: move build to prepare (85c8ac0)
  • build: refactor to root, add npmignore (24f0c34)
  • build: update main entry; don't ignore dist (d29983b)
  • build: use automation token for npm (b74d603)
  • create-next-plugin-preval: fix incorrect default for webpack config (#6) (8283275)
  • create-next-plugin-preval: stop error when using second argument (#2) (02b7192)
  • loader: default to default resolve path is ts-config paths fails; update deps (aa2fc6a)
  • loader: Fix bug where tsconfig paths weren't being resolved correctly (a8d2187)
  • loader: fix bug with JSON sringify method causing parsing failures (4529a65)
  • readme: include docs (e0cb24f)
  • types: fix type defintions for next-plugin-preval/config (39e4c15)

Features

  • next-plugin-preval: initial release (bfee09b)
next-plugin-preval - v1.0.0-alpha.13

Published by github-actions[bot] over 3 years ago

1.0.0-alpha.13 (2021-02-13)

Bug Fixes

  • create-next-plugin-preval: fix incorrect default for webpack config (#6) (8283275)
next-plugin-preval - v1.0.0-alpha.12

Published by github-actions[bot] over 3 years ago

1.0.0-alpha.12 (2021-01-31)

Bug Fixes

  • create-next-plugin-preval: stop error when using second argument (#2) (02b7192)