vite-plugin-solid
Advanced tools
Comparing version 2.3.2 to 2.3.3
{ | ||
"name": "vite-plugin-solid", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "solid-js integration plugin for vite 3", | ||
@@ -19,8 +19,2 @@ "type": "module", | ||
}, | ||
"scripts": { | ||
"build": "rollup -c && tsc --emitDeclarationOnly", | ||
"dev": "rollup -c -w", | ||
"prepublishOnly": "pnpm build", | ||
"check": "package-check" | ||
}, | ||
"repository": { | ||
@@ -71,3 +65,8 @@ "type": "git", | ||
}, | ||
"packageManager": "pnpm@6.24.4" | ||
} | ||
"packageManager": "pnpm@6.24.4", | ||
"scripts": { | ||
"build": "rollup -c && tsc --emitDeclarationOnly", | ||
"dev": "rollup -c -w", | ||
"check": "package-check" | ||
} | ||
} |
@@ -160,3 +160,3 @@ <p> | ||
If at least one of this point is blocking to you, you can revert to the old behavior but [opting out the automatic HMR](#options) and placing the following snippet in your entry point: | ||
If at least one of this point is blocking to you, you can revert to the old behavior by [opting out the automatic HMR](#options) and placing the following snippet in your entry point: | ||
@@ -163,0 +163,0 @@ ```jsx |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
64551
530