vite-plugin-solid
Advanced tools
Comparing version 2.7.1 to 2.7.2
@@ -175,2 +175,9 @@ import { TransformOptions } from '@babel/core'; | ||
/** | ||
* Removed unnecessary closing tags from template strings. More info here: | ||
* https://github.com/solidjs/solid/blob/main/CHANGELOG.md#smaller-templates | ||
* | ||
* @default false | ||
*/ | ||
omitNestedClosingTags: boolean; | ||
/** | ||
* The name of the runtime module to import the methods from. | ||
@@ -177,0 +184,0 @@ * |
{ | ||
"name": "vite-plugin-solid", | ||
"version": "2.7.1", | ||
"version": "2.7.2", | ||
"description": "solid-js integration plugin for vite 3/4", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
77757
652