Skip to content

Commit

Permalink
fix #519: release notes for css source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Aug 7, 2021
1 parent 3ead19b commit 89a3afb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

* Add support for CSS source maps ([#519](https://github.com/evanw/esbuild/issues/519))

With this release, esbuild will now generate source maps for CSS output files when `--sourcemap` is enabled. This supports all of the same options as JS source maps including `--sourcemap=inline` and `--sourcemap=external`. In addition, CSS input files with embedded `/*# sourceMappingURL=... */` comments will cause the CSS output file source map to map all the way back to the original inputs. CSS source maps are used by the browser's style inspector to link back to the original source code instead of linking to the bundled source code.

## 0.12.18

* Allow implicit `./` in CSS `@import` paths ([#1494](https://github.com/evanw/esbuild/pull/1494))
Expand Down

0 comments on commit 89a3afb

Please sign in to comment.