Skip to content

Commit 0bc4e40

Browse files
Release (#9)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0d4a674 commit 0bc4e40

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/fuzzy-donuts-double.md

-9
This file was deleted.

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# esbuild-cf-functions-plugin
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [`98f4bde`](https://github.com/BeeeQueue/esbuild-cf-functions-plugin/commit/98f4bde5e097a6e83cf39a7e90b265bd045367d0) - Changed the output format to ES modules.
8+
9+
This should always result in smaller output file sizes!
10+
11+
For example, the example function went from `1.3kb` to `0.45kb`!
12+
313
## 0.1.0
414

515
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "esbuild-cf-functions-plugin",
33
"description": "A plugin to configure ESBuild for building code compatible with CloudFront Functions",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"author": "BeeeQueue <adam@haglund.dev>",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)