create-packer 1.43.7 → 1.43.8

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-packer",
3
- "version": "1.43.7",
3
+ "version": "1.43.8",
4
4
  "main": "index.js",
5
5
  "repository": "https://github.com/kevily/create-packer",
6
6
  "author": "1k <bug_zero@163.com>",
@@ -5,6 +5,7 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  </head>
7
7
  <body>
8
+ <noscript>You need to enable JavaScript to run this app.</noscript>
8
9
  <div id="root"></div>
9
10
  </body>
10
11
  </html>
@@ -7,6 +7,7 @@
7
7
  <title>Vite + React + TS</title>
8
8
  </head>
9
9
  <body>
10
+ <noscript>You need to enable JavaScript to run this app.</noscript>
10
11
  <div id="root"></div>
11
12
  <script type="module" src="/main.tsx"></script>
12
13
  </body>
@@ -7,6 +7,7 @@
7
7
  <title>Vite + Vue + TS</title>
8
8
  </head>
9
9
  <body>
10
+ <noscript>You need to enable JavaScript to run this app.</noscript>
10
11
  <div id="app"></div>
11
12
  <script type="module" src="/main.ts"></script>
12
13
  </body>
@@ -5,6 +5,7 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  </head>
7
7
  <body>
8
+ <noscript>You need to enable JavaScript to run this app.</noscript>
8
9
  <div id="app"></div>
9
10
  </body>
10
11
  </html>