From: Haoqun Jiang Date: Thu, 25 Nov 2021 12:31:59 +0000 (+0800) Subject: chore: prepublish sync X-Git-Tag: v3.0.0-beta.8~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51f3a925aa294348ce1df4c2f17a87b7a49ef685;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: prepublish sync --- diff --git a/playground/default/vite.config.js b/playground/default/vite.config.js index 6ff2d33a..5cd06c63 100644 --- a/playground/default/vite.config.js +++ b/playground/default/vite.config.js @@ -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)) } } }) diff --git a/playground/jsx-router-vuex-with-tests/vite.config.js b/playground/jsx-router-vuex-with-tests/vite.config.js index 5be11429..f140f276 100644 --- a/playground/jsx-router-vuex-with-tests/vite.config.js +++ b/playground/jsx-router-vuex-with-tests/vite.config.js @@ -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)) } } }) diff --git a/playground/jsx-router-vuex/vite.config.js b/playground/jsx-router-vuex/vite.config.js index 5be11429..f140f276 100644 --- a/playground/jsx-router-vuex/vite.config.js +++ b/playground/jsx-router-vuex/vite.config.js @@ -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)) } } }) diff --git a/playground/jsx-router-with-tests/vite.config.js b/playground/jsx-router-with-tests/vite.config.js index 5be11429..f140f276 100644 --- a/playground/jsx-router-with-tests/vite.config.js +++ b/playground/jsx-router-with-tests/vite.config.js @@ -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)) } } }) diff --git a/playground/jsx-router/vite.config.js b/playground/jsx-router/vite.config.js index 5be11429..f140f276 100644 --- a/playground/jsx-router/vite.config.js +++ b/playground/jsx-router/vite.config.js @@ -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)) } } }) diff --git a/playground/jsx-vuex-with-tests/vite.config.js b/playground/jsx-vuex-with-tests/vite.config.js index 5be11429..f140f276 100644 --- a/playground/jsx-vuex-with-tests/vite.config.js +++ b/playground/jsx-vuex-with-tests/vite.config.js @@ -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)) } } }) diff --git a/playground/jsx-vuex/vite.config.js b/playground/jsx-vuex/vite.config.js index 5be11429..f140f276 100644 --- a/playground/jsx-vuex/vite.config.js +++ b/playground/jsx-vuex/vite.config.js @@ -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)) } } }) diff --git a/playground/jsx-with-tests/vite.config.js b/playground/jsx-with-tests/vite.config.js index 5be11429..f140f276 100644 --- a/playground/jsx-with-tests/vite.config.js +++ b/playground/jsx-with-tests/vite.config.js @@ -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)) } } }) diff --git a/playground/jsx/vite.config.js b/playground/jsx/vite.config.js index 5be11429..f140f276 100644 --- a/playground/jsx/vite.config.js +++ b/playground/jsx/vite.config.js @@ -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)) } } }) diff --git a/playground/router-vuex-with-tests/vite.config.js b/playground/router-vuex-with-tests/vite.config.js index 6ff2d33a..5cd06c63 100644 --- a/playground/router-vuex-with-tests/vite.config.js +++ b/playground/router-vuex-with-tests/vite.config.js @@ -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)) } } }) diff --git a/playground/router-vuex/vite.config.js b/playground/router-vuex/vite.config.js index 6ff2d33a..5cd06c63 100644 --- a/playground/router-vuex/vite.config.js +++ b/playground/router-vuex/vite.config.js @@ -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)) } } }) diff --git a/playground/router-with-tests/vite.config.js b/playground/router-with-tests/vite.config.js index 6ff2d33a..5cd06c63 100644 --- a/playground/router-with-tests/vite.config.js +++ b/playground/router-with-tests/vite.config.js @@ -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)) } } }) diff --git a/playground/router/vite.config.js b/playground/router/vite.config.js index 6ff2d33a..5cd06c63 100644 --- a/playground/router/vite.config.js +++ b/playground/router/vite.config.js @@ -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)) } } }) diff --git a/playground/typescript-jsx-router-vuex-with-tests/vite.config.ts b/playground/typescript-jsx-router-vuex-with-tests/vite.config.ts index 5be11429..f140f276 100644 --- a/playground/typescript-jsx-router-vuex-with-tests/vite.config.ts +++ b/playground/typescript-jsx-router-vuex-with-tests/vite.config.ts @@ -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)) } } }) diff --git a/playground/typescript-jsx-router-vuex/vite.config.ts b/playground/typescript-jsx-router-vuex/vite.config.ts index 5be11429..f140f276 100644 --- a/playground/typescript-jsx-router-vuex/vite.config.ts +++ b/playground/typescript-jsx-router-vuex/vite.config.ts @@ -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)) } } }) diff --git a/playground/typescript-jsx-router-with-tests/vite.config.ts b/playground/typescript-jsx-router-with-tests/vite.config.ts index 5be11429..f140f276 100644 --- a/playground/typescript-jsx-router-with-tests/vite.config.ts +++ b/playground/typescript-jsx-router-with-tests/vite.config.ts @@ -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)) } } }) diff --git a/playground/typescript-jsx-router/vite.config.ts b/playground/typescript-jsx-router/vite.config.ts index 5be11429..f140f276 100644 --- a/playground/typescript-jsx-router/vite.config.ts +++ b/playground/typescript-jsx-router/vite.config.ts @@ -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)) } } }) diff --git a/playground/typescript-jsx-vuex-with-tests/vite.config.ts b/playground/typescript-jsx-vuex-with-tests/vite.config.ts index 5be11429..f140f276 100644 --- a/playground/typescript-jsx-vuex-with-tests/vite.config.ts +++ b/playground/typescript-jsx-vuex-with-tests/vite.config.ts @@ -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)) } } }) diff --git a/playground/typescript-jsx-vuex/vite.config.ts b/playground/typescript-jsx-vuex/vite.config.ts index 5be11429..f140f276 100644 --- a/playground/typescript-jsx-vuex/vite.config.ts +++ b/playground/typescript-jsx-vuex/vite.config.ts @@ -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)) } } }) diff --git a/playground/typescript-jsx-with-tests/vite.config.ts b/playground/typescript-jsx-with-tests/vite.config.ts index 5be11429..f140f276 100644 --- a/playground/typescript-jsx-with-tests/vite.config.ts +++ b/playground/typescript-jsx-with-tests/vite.config.ts @@ -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)) } } }) diff --git a/playground/typescript-jsx/vite.config.ts b/playground/typescript-jsx/vite.config.ts index 5be11429..f140f276 100644 --- a/playground/typescript-jsx/vite.config.ts +++ b/playground/typescript-jsx/vite.config.ts @@ -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)) } } }) diff --git a/playground/typescript-router-vuex-with-tests/vite.config.ts b/playground/typescript-router-vuex-with-tests/vite.config.ts index 6ff2d33a..5cd06c63 100644 --- a/playground/typescript-router-vuex-with-tests/vite.config.ts +++ b/playground/typescript-router-vuex-with-tests/vite.config.ts @@ -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)) } } }) diff --git a/playground/typescript-router-vuex/vite.config.ts b/playground/typescript-router-vuex/vite.config.ts index 6ff2d33a..5cd06c63 100644 --- a/playground/typescript-router-vuex/vite.config.ts +++ b/playground/typescript-router-vuex/vite.config.ts @@ -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)) } } }) diff --git a/playground/typescript-router-with-tests/vite.config.ts b/playground/typescript-router-with-tests/vite.config.ts index 6ff2d33a..5cd06c63 100644 --- a/playground/typescript-router-with-tests/vite.config.ts +++ b/playground/typescript-router-with-tests/vite.config.ts @@ -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)) } } }) diff --git a/playground/typescript-router/vite.config.ts b/playground/typescript-router/vite.config.ts index 6ff2d33a..5cd06c63 100644 --- a/playground/typescript-router/vite.config.ts +++ b/playground/typescript-router/vite.config.ts @@ -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)) } } }) diff --git a/playground/typescript-vuex-with-tests/vite.config.ts b/playground/typescript-vuex-with-tests/vite.config.ts index 6ff2d33a..5cd06c63 100644 --- a/playground/typescript-vuex-with-tests/vite.config.ts +++ b/playground/typescript-vuex-with-tests/vite.config.ts @@ -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)) } } }) diff --git a/playground/typescript-vuex/vite.config.ts b/playground/typescript-vuex/vite.config.ts index 6ff2d33a..5cd06c63 100644 --- a/playground/typescript-vuex/vite.config.ts +++ b/playground/typescript-vuex/vite.config.ts @@ -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)) } } }) diff --git a/playground/typescript-with-tests/vite.config.ts b/playground/typescript-with-tests/vite.config.ts index 6ff2d33a..5cd06c63 100644 --- a/playground/typescript-with-tests/vite.config.ts +++ b/playground/typescript-with-tests/vite.config.ts @@ -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)) } } }) diff --git a/playground/typescript/vite.config.ts b/playground/typescript/vite.config.ts index 6ff2d33a..5cd06c63 100644 --- a/playground/typescript/vite.config.ts +++ b/playground/typescript/vite.config.ts @@ -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)) } } }) diff --git a/playground/vuex-with-tests/vite.config.js b/playground/vuex-with-tests/vite.config.js index 6ff2d33a..5cd06c63 100644 --- a/playground/vuex-with-tests/vite.config.js +++ b/playground/vuex-with-tests/vite.config.js @@ -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)) } } }) diff --git a/playground/vuex/vite.config.js b/playground/vuex/vite.config.js index 6ff2d33a..5cd06c63 100644 --- a/playground/vuex/vite.config.js +++ b/playground/vuex/vite.config.js @@ -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)) } } }) diff --git a/playground/with-tests/vite.config.js b/playground/with-tests/vite.config.js index 6ff2d33a..5cd06c63 100644 --- a/playground/with-tests/vite.config.js +++ b/playground/with-tests/vite.config.js @@ -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)) } } })