Skip to content

Releases: ifiokjr/bundler.macro

v0.3.0

13 Feb 12:44
5d6f069

Choose a tag to compare

Fixes 🔧

  • e7d3f05: Properly escape the strings generated when bundling files.

v0.2.0

13 Feb 12:23
b9ea12a

Choose a tag to compare

Features 🚀

  • c384d65: Add esbuildBundle macro which bundles the referenced file path with esbuild for much
    faster build time.

    Also add a rollup config path parameter so that the rollup bundle can be fully customized.

v0.1.1

02 Feb 06:09
2431a9d

Choose a tag to compare

Fix 🔧

  • 3985736: Prefer node builtins for the rollupBundle.

v0.1.0

02 Feb 05:20
90058eb

Choose a tag to compare

Features 🚀

  • 29519d4: Release the first version of bundler.macro for use within @remirror/react-native.