create-solid
Advanced tools
Comparing version 0.1.0-alpha.13 to 0.1.0-alpha.14
{ | ||
"name": "create-solid", | ||
"version": "0.1.0-alpha.13", | ||
"version": "0.1.0-alpha.14", | ||
"description": "Create Solid apps with low configuration", | ||
@@ -21,3 +21,3 @@ "author": "Ryan Carniato", | ||
], | ||
"gitHead": "eb7413850cc5582b3498070d6ba30a9bf7b984dc" | ||
"gitHead": "12b218494b31244aa1849d7fe3c02b4d6ffa2808" | ||
} |
@@ -11,3 +11,3 @@ { | ||
"solid-app-router": "^0.0.37", | ||
"solid-js": "^0.25.0", | ||
"solid-js": "^0.26.0", | ||
"solid-start": "next", | ||
@@ -14,0 +14,0 @@ "solid-start-node": "next", |
@@ -5,5 +5,3 @@ import { defineConfig } from "vite"; | ||
export default defineConfig({ | ||
plugins: [ | ||
solid({ ssr: true }), | ||
], | ||
plugins: [solid()], | ||
build: { | ||
@@ -10,0 +8,0 @@ polyfillDynamicImport: false, |
@@ -11,3 +11,3 @@ { | ||
"solid-app-router": "^0.0.37", | ||
"solid-js": "^0.25.0", | ||
"solid-js": "^0.26.0", | ||
"solid-start": "next", | ||
@@ -14,0 +14,0 @@ "solid-start-node": "next", |
@@ -5,5 +5,3 @@ import { defineConfig } from "vite"; | ||
export default defineConfig({ | ||
plugins: [ | ||
solid({ ssr: true }), | ||
], | ||
plugins: [solid()], | ||
build: { | ||
@@ -10,0 +8,0 @@ polyfillDynamicImport: false, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
105373
28
205
11