Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

42 lines (24 loc) · 1.31 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.0.1 - 2023-05-01

Fixed

  • Fix esbuild-loader incorrectly determines file type (#52).

2.0.0 - 2023-04-15

Changed

  • Upgrade esbuild-loader to v3.

Removed

  • esbuildMinifyOptions.sourcemap option (Removed from esbuild-loader).

1.1.0 - 2022-03-13

Added

  • managerTranspiler and previewTranspiler option (#20).

1.0.1 - 2021-10-01

Fixed

  • Fix esbuildMinifyOptions being ignored (#17).