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.
1 parent bacfedb commit 7af1e21Copy full SHA for 7af1e21
packages/dynamic-import-vars/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @rollup/plugin-dynamic-import-vars ChangeLog
2
3
+## v2.1.2
4
+
5
+_2023-11-28_
6
7
+### Bugfixes
8
9
+- fix: Allow a "no files found" error to be emitted as warning (#1625)
10
11
## v2.1.1
12
13
_2023-11-25_
packages/dynamic-import-vars/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-dynamic-import-vars",
- "version": "2.1.1",
+ "version": "2.1.2",
"publishConfig": {
"access": "public"
},
0 commit comments