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 74f2360 + 27e47de commit 31c3561Copy full SHA for 31c3561
.changeset/nice-guests-invent.md
packages/config-loader/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# @web/config-loader
2
3
+## 0.3.3
4
+
5
+### Patch Changes
6
7
+- d432f57: Optimizes config loading to not look for `package.json` in file system if the
8
+ config extension is already informing whether CommonJS or ESM is used.
9
10
+ Currently config loading did unnecessarily traverse the file system. This could
11
+ be unnecessary slowness, or cause issues in sandbox environments (like Bazel)
12
13
## 0.3.2
14
15
### Patch Changes
packages/config-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@web/config-loader",
- "version": "0.3.2",
+ "version": "0.3.3",
"publishConfig": {
"access": "public"
},
0 commit comments