Skip to content

Releases: preconstruct/preconstruct

@preconstruct/cli@1.1.0

07 Nov 10:14
Compare
Choose a tag to compare

Minor Changes

  • b2e1118 #224 Thanks @Andarist! - Rewrite references to @babel/runtime helpers when they are externalized in ESM builds.

preconstruct@1.0.0

06 Nov 00:04
Compare
Choose a tag to compare

Major Changes

@preconstruct/next@0.1.1

06 Nov 02:02
Compare
Choose a tag to compare

Patch Changes

@preconstruct/cli@1.0.2

06 Nov 04:36
Compare
Choose a tag to compare

Patch Changes

@preconstruct/cli@1.0.1

06 Nov 01:35
Compare
Choose a tag to compare

Patch Changes

  • 887349e Thanks @mitchellhamilton! - Replace rollup-plugin-alias with @rollup/plugin-alias and rollup-plugin-replace with @rollup/plugin-replace

@preconstruct/cli@1.0.0

06 Nov 00:04
Compare
Choose a tag to compare

Major Changes

Minor Changes

  • 0ac7b7f Thanks @mitchellhamilton! - Stop prompting to create browser build because people often don't want it/it isn't useful for most cases. Note that support for the field hasn't been removed, you can still add the field manually

Patch Changes

preconstruct@0.3.2

01 Nov 22:53
Compare
Choose a tag to compare

Patch Changes

  • 21bbc08 #205 Thanks @Vultraz! - Fixed dist file check failing on Windows due to path separator mismatch

preconstruct@0.3.1

22 Oct 05:06
Compare
Choose a tag to compare

Patch Changes

preconstruct@0.3.0

21 Oct 05:47
Compare
Choose a tag to compare

Minor Changes

  • f02cce5 #163 Thanks @mitchellhamilton! - Remove automatic inclusion of @babel/plugin-transform-runtime.

    Preconstruct no longer automatically includes @babel/plugin-transform-runtime to reduce confusion where code works when built with Preconstruct but fails if built using another tool which directly uses a project's Babel config. You should include @babel/plugin-transform-runtime in your Babel config unless it is already included.

    {
      "plugins": ["@babel/plugin-transform-runtime"]
    }

Patch Changes

@preconstruct/hook@0.1.0

21 Oct 05:47
Compare
Choose a tag to compare

Minor Changes

  • f02cce5 #163 Thanks @mitchellhamilton! - Remove automatic inclusion of @babel/plugin-transform-runtime.

    Preconstruct no longer automatically includes @babel/plugin-transform-runtime to reduce confusion where code works when built with Preconstruct but fails if built using another tool which directly uses a project's Babel config. You should include @babel/plugin-transform-runtime in your Babel config unless it is already included.

    {
      "plugins": ["@babel/plugin-transform-runtime"]
    }