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 0808c82 commit ef738f0Copy full SHA for ef738f0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@rspack/plugin-preact-refresh",
3
- "version": "1.1.1",
+ "version": "1.1.2",
4
"repository": "https://github.com/rspack-contrib/rspack-plugin-preact-refresh",
5
"license": "MIT",
6
"description": "Preact refresh plugin for Rspack",
@@ -27,7 +27,11 @@
27
"testu": "cross-env RSPACK_HOT_TEST=true jest --colors --updateSnapshot",
28
"release": "node ./scripts/release.mjs"
29
},
30
- "files": ["client", "dist", "index.cjs"],
+ "files": [
31
+ "client",
32
+ "dist",
33
+ "index.cjs"
34
+ ],
35
"simple-git-hooks": {
36
"pre-commit": "npx nano-staged"
37
0 commit comments