Skip to content

Latest commit

 

History

History
122 lines (54 loc) · 5.86 KB

CHANGELOG.md

File metadata and controls

122 lines (54 loc) · 5.86 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.1 (2021-06-24)

Bug Fixes

  • remove react refresh from webpack rule (053d0f7)

2.1.0 (2021-06-24)

Features

2.0.2 (2021-01-19)

Bug Fixes

  • next 10 compat when serverless (be2a4ea)

2.0.1 (2021-01-18)

Bug Fixes

  • avoid using optional chaining because of node 12 compat (4840003)

2.0.0 (2021-01-17)

⚠ BREAKING CHANGES

  • might not work with next < 10

Bug Fixes

  • add compatibility with next 10 (19b7a05)

1.3.6 (2020-06-25)

Bug Fixes

  • deal with use rule being an array (#10) (f253108)

1.3.5 (2020-03-23)

Bug Fixes

  • fix serverless & serverless-trace builds (7edb252)
  • fix undefined in webpack config (f695610), closes #9

1.3.4 (2020-02-10)

Bug Fixes

  • fix undefined in webpack config (f695610), closes #9

1.3.3 (2019-12-22)

Bug Fixes

1.3.2 (2019-11-30)

Bug Fixes

  • make it compatible with next deployments (db15f5f)

1.3.1 (2019-11-26)

Bug Fixes

  • do not externalize next alias, such as config and router (#7) (d33cb21)

1.3.0 (2019-11-19)

Features

  • externalize native extensions (#6) (ac1b060)

1.2.0 (2019-11-19)

Features

  • add ability to declare additional server externals (#5) (16f548d)

1.1.1 (2019-11-13)

Bug Fixes

1.1.0 (2019-11-06)

Features

  • include dependencies in bundle (#3) (7af8ff2)

1.0.0 (2019-10-11)

0.0.1 (2019-10-11)

Features