create-vite-extra 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vite-extra",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "Bjorn Lu",
@@ -11,7 +11,7 @@ const templateHtml = isProduction
11
11
  ? await fs.readFile('./dist/client/index.html', 'utf-8')
12
12
  : ''
13
13
  const ssrManifest = isProduction
14
- ? await fs.readFile('./dist/client/ssr-manifest.json', 'utf-8')
14
+ ? await fs.readFile('./dist/client/.vite/ssr-manifest.json', 'utf-8')
15
15
  : undefined
16
16
 
17
17
  // Create http server
@@ -11,7 +11,7 @@ const templateHtml = isProduction
11
11
  ? await fs.readFile('./dist/client/index.html', 'utf-8')
12
12
  : ''
13
13
  const ssrManifest = isProduction
14
- ? await fs.readFile('./dist/client/ssr-manifest.json', 'utf-8')
14
+ ? await fs.readFile('./dist/client/.vite/ssr-manifest.json', 'utf-8')
15
15
  : undefined
16
16
 
17
17
  // Create http server
@@ -11,7 +11,7 @@ const templateHtml = isProduction
11
11
  ? await fs.readFile('./dist/client/index.html', 'utf-8')
12
12
  : ''
13
13
  const ssrManifest = isProduction
14
- ? await fs.readFile('./dist/client/ssr-manifest.json', 'utf-8')
14
+ ? await fs.readFile('./dist/client/.vite/ssr-manifest.json', 'utf-8')
15
15
  : undefined
16
16
 
17
17
  // Create http server
@@ -11,7 +11,7 @@ const templateHtml = isProduction
11
11
  ? await fs.readFile('./dist/client/index.html', 'utf-8')
12
12
  : ''
13
13
  const ssrManifest = isProduction
14
- ? await fs.readFile('./dist/client/ssr-manifest.json', 'utf-8')
14
+ ? await fs.readFile('./dist/client/.vite/ssr-manifest.json', 'utf-8')
15
15
  : undefined
16
16
 
17
17
  // Create http server
@@ -12,7 +12,7 @@ const templateHtml = isProduction
12
12
  ? await fs.readFile('./dist/client/index.html', 'utf-8')
13
13
  : ''
14
14
  const ssrManifest = isProduction
15
- ? await fs.readFile('./dist/client/ssr-manifest.json', 'utf-8')
15
+ ? await fs.readFile('./dist/client/.vite/ssr-manifest.json', 'utf-8')
16
16
  : undefined
17
17
 
18
18
  // Create http server
@@ -12,7 +12,7 @@ const templateHtml = isProduction
12
12
  ? await fs.readFile('./dist/client/index.html', 'utf-8')
13
13
  : ''
14
14
  const ssrManifest = isProduction
15
- ? await fs.readFile('./dist/client/ssr-manifest.json', 'utf-8')
15
+ ? await fs.readFile('./dist/client/.vite/ssr-manifest.json', 'utf-8')
16
16
  : undefined
17
17
 
18
18
  // Create http server
@@ -11,7 +11,7 @@ const templateHtml = isProduction
11
11
  ? await fs.readFile('./dist/client/index.html', 'utf-8')
12
12
  : ''
13
13
  const ssrManifest = isProduction
14
- ? await fs.readFile('./dist/client/ssr-manifest.json', 'utf-8')
14
+ ? await fs.readFile('./dist/client/.vite/ssr-manifest.json', 'utf-8')
15
15
  : undefined
16
16
 
17
17
  // Create http server
@@ -11,7 +11,7 @@ const templateHtml = isProduction
11
11
  ? await fs.readFile('./dist/client/index.html', 'utf-8')
12
12
  : ''
13
13
  const ssrManifest = isProduction
14
- ? await fs.readFile('./dist/client/ssr-manifest.json', 'utf-8')
14
+ ? await fs.readFile('./dist/client/.vite/ssr-manifest.json', 'utf-8')
15
15
  : undefined
16
16
 
17
17
  // Create http server
@@ -11,7 +11,7 @@ const templateHtml = isProduction
11
11
  ? await fs.readFile('./dist/client/index.html', 'utf-8')
12
12
  : ''
13
13
  const ssrManifest = isProduction
14
- ? await fs.readFile('./dist/client/ssr-manifest.json', 'utf-8')
14
+ ? await fs.readFile('./dist/client/.vite/ssr-manifest.json', 'utf-8')
15
15
  : undefined
16
16
 
17
17
  // Create http server
@@ -11,7 +11,7 @@ const templateHtml = isProduction
11
11
  ? await fs.readFile('./dist/client/index.html', 'utf-8')
12
12
  : ''
13
13
  const ssrManifest = isProduction
14
- ? await fs.readFile('./dist/client/ssr-manifest.json', 'utf-8')
14
+ ? await fs.readFile('./dist/client/.vite/ssr-manifest.json', 'utf-8')
15
15
  : undefined
16
16
 
17
17
  // Create http server
@@ -11,7 +11,7 @@ const templateHtml = isProduction
11
11
  ? await fs.readFile('./dist/client/index.html', 'utf-8')
12
12
  : ''
13
13
  const ssrManifest = isProduction
14
- ? await fs.readFile('./dist/client/ssr-manifest.json', 'utf-8')
14
+ ? await fs.readFile('./dist/client/.vite/ssr-manifest.json', 'utf-8')
15
15
  : undefined
16
16
 
17
17
  // Create http server
@@ -11,7 +11,7 @@ const templateHtml = isProduction
11
11
  ? await fs.readFile('./dist/client/index.html', 'utf-8')
12
12
  : ''
13
13
  const ssrManifest = isProduction
14
- ? await fs.readFile('./dist/client/ssr-manifest.json', 'utf-8')
14
+ ? await fs.readFile('./dist/client/.vite/ssr-manifest.json', 'utf-8')
15
15
  : undefined
16
16
 
17
17
  // Create http server