Skip to content

Commit 8238b37

Browse files
authored
Merge pull request #231 from jetstreamapp/bug-227
Fixed output file path for esm sourcemaps
2 parents 4f13299 + 35a0445 commit 8238b37

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 4.8.2
4+
5+
May 22, 2023
6+
7+
- Fix output files to ensure sourcemaps are included in npm package for esm_build. (#227)
8+
- There was a typo in one of the output paths.
9+
310
## 4.8.1
411

512
April 9, 2023

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dist/index.js.LICENSE.txt",
4040
"dist/main.licenses.txt",
4141
"dist_esm/**/*.js",
42-
"dist/src/**/*.js.map",
42+
"dist_esm/**/*.js.map",
4343
"dist_cli/**/*.js",
4444
"bin/**/*.js",
4545
"README.md",

0 commit comments

Comments
 (0)