We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dca6df commit 6939c98Copy full SHA for 6939c98
packages/esbuild-plugin-alias-path/CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## Released 2.0.1
+## Released 2.0.2
4
5
- BugFix: Update build configuration for better CJS & ESM compat support.
6
packages/esbuild-plugin-alias-path/package.json
{
"name": "esbuild-plugin-alias-path",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "ESBuild plugin for alias path.",
"keywords": [
"ESBuild",
@@ -32,6 +32,7 @@
32
},
33
"dependencies": {
34
"find-up": "5.0.0",
35
+ "fs-extra": "^10.1.0",
36
"jsonfile": "^6.1.0"
37
38
"peerDependencies": {
0 commit comments