We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f13299 + 35a0445 commit 8238b37Copy full SHA for 8238b37
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## 4.8.1
11
12
April 9, 2023
package.json
@@ -39,7 +39,7 @@
39
"dist/index.js.LICENSE.txt",
40
"dist/main.licenses.txt",
41
"dist_esm/**/*.js",
42
- "dist/src/**/*.js.map",
+ "dist_esm/**/*.js.map",
43
"dist_cli/**/*.js",
44
"bin/**/*.js",
45
"README.md",
0 commit comments