@cypress/vite-dev-server
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -52,3 +52,3 @@ "use strict"; | ||
indexHtmlContent = indexHtmlContent.replace('<head>', `<head> | ||
${scriptTagsToInject.map((script) => script.toString())} | ||
${scriptTagsToInject.join('')} | ||
`); | ||
@@ -55,0 +55,0 @@ // find </body> last index |
@@ -82,2 +82,3 @@ "use strict"; | ||
}, | ||
host: '127.0.0.1', | ||
}, | ||
@@ -84,0 +85,0 @@ plugins: [ |
{ | ||
"name": "@cypress/vite-dev-server", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Launches Vite Dev Server for Component Testing", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
24278
431