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 0adeb69 commit b40c372Copy full SHA for b40c372
CHANGELOG.md
@@ -1,5 +1,5 @@
1
-## UNRELEASED
2
-
+## 1.0.3 (2023-04-11)
+- fix: fix interface syntax in TS
3
- fix: `options` in constructor now is optional parameter in types for TS.
4
5
## 1.0.2 (2023-04-07)
package.json
@@ -1,6 +1,6 @@
{
"name": "webpack-remove-empty-scripts",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "Plugin for Webpack 5 to remove empty JavaScript files generated when using only styles in Webpack entry.",
"keywords": [
6
"webpack",
0 commit comments