]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: prepublish sync
authorHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 25 Nov 2021 12:31:59 +0000 (20:31 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 25 Nov 2021 12:31:59 +0000 (20:31 +0800)
32 files changed:
playground/default/vite.config.js
playground/jsx-router-vuex-with-tests/vite.config.js
playground/jsx-router-vuex/vite.config.js
playground/jsx-router-with-tests/vite.config.js
playground/jsx-router/vite.config.js
playground/jsx-vuex-with-tests/vite.config.js
playground/jsx-vuex/vite.config.js
playground/jsx-with-tests/vite.config.js
playground/jsx/vite.config.js
playground/router-vuex-with-tests/vite.config.js
playground/router-vuex/vite.config.js
playground/router-with-tests/vite.config.js
playground/router/vite.config.js
playground/typescript-jsx-router-vuex-with-tests/vite.config.ts
playground/typescript-jsx-router-vuex/vite.config.ts
playground/typescript-jsx-router-with-tests/vite.config.ts
playground/typescript-jsx-router/vite.config.ts
playground/typescript-jsx-vuex-with-tests/vite.config.ts
playground/typescript-jsx-vuex/vite.config.ts
playground/typescript-jsx-with-tests/vite.config.ts
playground/typescript-jsx/vite.config.ts
playground/typescript-router-vuex-with-tests/vite.config.ts
playground/typescript-router-vuex/vite.config.ts
playground/typescript-router-with-tests/vite.config.ts
playground/typescript-router/vite.config.ts
playground/typescript-vuex-with-tests/vite.config.ts
playground/typescript-vuex/vite.config.ts
playground/typescript-with-tests/vite.config.ts
playground/typescript/vite.config.ts
playground/vuex-with-tests/vite.config.js
playground/vuex/vite.config.js
playground/with-tests/vite.config.js

index 6ff2d33a296373976240761ba35755b44644f3d2..5cd06c6349fe8417141de5f6d7750a8e0a57107b 100644 (file)
@@ -8,7 +8,7 @@ export default defineConfig({
   plugins: [vue()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 5be11429b59a890e621b08c83c6b61f4d203eb90..f140f2762aca77606b602cdf5319b1a606585a4c 100644 (file)
@@ -9,7 +9,7 @@ export default defineConfig({
   plugins: [vue(), vueJsx()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 5be11429b59a890e621b08c83c6b61f4d203eb90..f140f2762aca77606b602cdf5319b1a606585a4c 100644 (file)
@@ -9,7 +9,7 @@ export default defineConfig({
   plugins: [vue(), vueJsx()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 5be11429b59a890e621b08c83c6b61f4d203eb90..f140f2762aca77606b602cdf5319b1a606585a4c 100644 (file)
@@ -9,7 +9,7 @@ export default defineConfig({
   plugins: [vue(), vueJsx()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 5be11429b59a890e621b08c83c6b61f4d203eb90..f140f2762aca77606b602cdf5319b1a606585a4c 100644 (file)
@@ -9,7 +9,7 @@ export default defineConfig({
   plugins: [vue(), vueJsx()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 5be11429b59a890e621b08c83c6b61f4d203eb90..f140f2762aca77606b602cdf5319b1a606585a4c 100644 (file)
@@ -9,7 +9,7 @@ export default defineConfig({
   plugins: [vue(), vueJsx()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 5be11429b59a890e621b08c83c6b61f4d203eb90..f140f2762aca77606b602cdf5319b1a606585a4c 100644 (file)
@@ -9,7 +9,7 @@ export default defineConfig({
   plugins: [vue(), vueJsx()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 5be11429b59a890e621b08c83c6b61f4d203eb90..f140f2762aca77606b602cdf5319b1a606585a4c 100644 (file)
@@ -9,7 +9,7 @@ export default defineConfig({
   plugins: [vue(), vueJsx()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 5be11429b59a890e621b08c83c6b61f4d203eb90..f140f2762aca77606b602cdf5319b1a606585a4c 100644 (file)
@@ -9,7 +9,7 @@ export default defineConfig({
   plugins: [vue(), vueJsx()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 6ff2d33a296373976240761ba35755b44644f3d2..5cd06c6349fe8417141de5f6d7750a8e0a57107b 100644 (file)
@@ -8,7 +8,7 @@ export default defineConfig({
   plugins: [vue()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 6ff2d33a296373976240761ba35755b44644f3d2..5cd06c6349fe8417141de5f6d7750a8e0a57107b 100644 (file)
@@ -8,7 +8,7 @@ export default defineConfig({
   plugins: [vue()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 6ff2d33a296373976240761ba35755b44644f3d2..5cd06c6349fe8417141de5f6d7750a8e0a57107b 100644 (file)
@@ -8,7 +8,7 @@ export default defineConfig({
   plugins: [vue()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 6ff2d33a296373976240761ba35755b44644f3d2..5cd06c6349fe8417141de5f6d7750a8e0a57107b 100644 (file)
@@ -8,7 +8,7 @@ export default defineConfig({
   plugins: [vue()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 5be11429b59a890e621b08c83c6b61f4d203eb90..f140f2762aca77606b602cdf5319b1a606585a4c 100644 (file)
@@ -9,7 +9,7 @@ export default defineConfig({
   plugins: [vue(), vueJsx()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 5be11429b59a890e621b08c83c6b61f4d203eb90..f140f2762aca77606b602cdf5319b1a606585a4c 100644 (file)
@@ -9,7 +9,7 @@ export default defineConfig({
   plugins: [vue(), vueJsx()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 5be11429b59a890e621b08c83c6b61f4d203eb90..f140f2762aca77606b602cdf5319b1a606585a4c 100644 (file)
@@ -9,7 +9,7 @@ export default defineConfig({
   plugins: [vue(), vueJsx()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 5be11429b59a890e621b08c83c6b61f4d203eb90..f140f2762aca77606b602cdf5319b1a606585a4c 100644 (file)
@@ -9,7 +9,7 @@ export default defineConfig({
   plugins: [vue(), vueJsx()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 5be11429b59a890e621b08c83c6b61f4d203eb90..f140f2762aca77606b602cdf5319b1a606585a4c 100644 (file)
@@ -9,7 +9,7 @@ export default defineConfig({
   plugins: [vue(), vueJsx()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 5be11429b59a890e621b08c83c6b61f4d203eb90..f140f2762aca77606b602cdf5319b1a606585a4c 100644 (file)
@@ -9,7 +9,7 @@ export default defineConfig({
   plugins: [vue(), vueJsx()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 5be11429b59a890e621b08c83c6b61f4d203eb90..f140f2762aca77606b602cdf5319b1a606585a4c 100644 (file)
@@ -9,7 +9,7 @@ export default defineConfig({
   plugins: [vue(), vueJsx()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 5be11429b59a890e621b08c83c6b61f4d203eb90..f140f2762aca77606b602cdf5319b1a606585a4c 100644 (file)
@@ -9,7 +9,7 @@ export default defineConfig({
   plugins: [vue(), vueJsx()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 6ff2d33a296373976240761ba35755b44644f3d2..5cd06c6349fe8417141de5f6d7750a8e0a57107b 100644 (file)
@@ -8,7 +8,7 @@ export default defineConfig({
   plugins: [vue()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 6ff2d33a296373976240761ba35755b44644f3d2..5cd06c6349fe8417141de5f6d7750a8e0a57107b 100644 (file)
@@ -8,7 +8,7 @@ export default defineConfig({
   plugins: [vue()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 6ff2d33a296373976240761ba35755b44644f3d2..5cd06c6349fe8417141de5f6d7750a8e0a57107b 100644 (file)
@@ -8,7 +8,7 @@ export default defineConfig({
   plugins: [vue()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 6ff2d33a296373976240761ba35755b44644f3d2..5cd06c6349fe8417141de5f6d7750a8e0a57107b 100644 (file)
@@ -8,7 +8,7 @@ export default defineConfig({
   plugins: [vue()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 6ff2d33a296373976240761ba35755b44644f3d2..5cd06c6349fe8417141de5f6d7750a8e0a57107b 100644 (file)
@@ -8,7 +8,7 @@ export default defineConfig({
   plugins: [vue()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 6ff2d33a296373976240761ba35755b44644f3d2..5cd06c6349fe8417141de5f6d7750a8e0a57107b 100644 (file)
@@ -8,7 +8,7 @@ export default defineConfig({
   plugins: [vue()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 6ff2d33a296373976240761ba35755b44644f3d2..5cd06c6349fe8417141de5f6d7750a8e0a57107b 100644 (file)
@@ -8,7 +8,7 @@ export default defineConfig({
   plugins: [vue()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 6ff2d33a296373976240761ba35755b44644f3d2..5cd06c6349fe8417141de5f6d7750a8e0a57107b 100644 (file)
@@ -8,7 +8,7 @@ export default defineConfig({
   plugins: [vue()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 6ff2d33a296373976240761ba35755b44644f3d2..5cd06c6349fe8417141de5f6d7750a8e0a57107b 100644 (file)
@@ -8,7 +8,7 @@ export default defineConfig({
   plugins: [vue()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 6ff2d33a296373976240761ba35755b44644f3d2..5cd06c6349fe8417141de5f6d7750a8e0a57107b 100644 (file)
@@ -8,7 +8,7 @@ export default defineConfig({
   plugins: [vue()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })
index 6ff2d33a296373976240761ba35755b44644f3d2..5cd06c6349fe8417141de5f6d7750a8e0a57107b 100644 (file)
@@ -8,7 +8,7 @@ export default defineConfig({
   plugins: [vue()],
   resolve: {
     alias: {
-      '@/': fileURLToPath(new URL('./src/', import.meta.url))
+      '@': fileURLToPath(new URL('./src', import.meta.url))
     }
   }
 })