Skip to content

Releases: ncpa0cpl/nodepack

2.3.3

27 Mar 11:48
Compare
Choose a tag to compare

What's Changed

  • fix: onBuildComplete was called without waiting for build to complete by @ncpa0cpl in #29

Full Changelog: https://github.com/ncpa0cpl/nodepack/blob/master/CHANGELOG.md#233-march-27-2024

2.3.2

14 Jan 19:38
Compare
Choose a tag to compare

2.3.1

08 Jan 18:19
Compare
Choose a tag to compare

2.3.0

23 Aug 10:29
Compare
Choose a tag to compare

What's Changed

  • feat: adding banner and footers to individual compiled files by @ncpa0cpl in #24
  • feat: added support for compiling the ECMAScript decorators by @ncpa0cpl in #25

Full Changelog: https://github.com/ncpa0cpl/nodepack/blob/master/CHANGELOG.md#230-august-23-2023

2.2.2

29 Jun 13:16
Compare
Choose a tag to compare

What's Changed

  • fix: esbuild error when attempting to bundle project with non-external node modules imports by @ncpa0cpl in #23

Full Changelog: https://github.com/ncpa0cpl/nodepack/blob/master/CHANGELOG.md#222-june-29-2023

2.2.1

14 Jun 11:38
Compare
Choose a tag to compare

What's Changed

  • fix: import resolution for vendor packages by @ncpa0cpl in #21

Full Changelog: https://github.com/ncpa0cpl/nodepack/blob/master/CHANGELOG.md#221-june-14-2023

2.2.0

02 Jun 11:20
Compare
Choose a tag to compare

What's Changed

  • Feat: external and import replace option by @ncpa0cpl in #17
  • feat: added bundle option to the config by @ncpa0cpl in #18
  • feat: extended the compileVendors and external options by @ncpa0cpl in #19

Full Changelog: https://github.com/ncpa0cpl/nodepack/blob/master/CHANGELOG.md#220-june-2-2023

2.1.3

09 May 13:32
Compare
Choose a tag to compare
fix: an issue with vendor imports not having the `./` at the start of…

2.1.2

22 Mar 11:52
Compare
Choose a tag to compare

fix: __dirname reference in the nodepack source that is for esm modules was causing errors when building with vendors

2.1.1

08 Mar 13:02
Compare
Choose a tag to compare
fix: incorrectly required the compileVendors config property