From 51f3a925aa294348ce1df4c2f17a87b7a49ef685 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Thu, 25 Nov 2021 20:31:59 +0800 Subject: [PATCH] chore: prepublish sync --- playground/default/vite.config.js | 2 +- playground/jsx-router-vuex-with-tests/vite.config.js | 2 +- playground/jsx-router-vuex/vite.config.js | 2 +- playground/jsx-router-with-tests/vite.config.js | 2 +- playground/jsx-router/vite.config.js | 2 +- playground/jsx-vuex-with-tests/vite.config.js | 2 +- playground/jsx-vuex/vite.config.js | 2 +- playground/jsx-with-tests/vite.config.js | 2 +- playground/jsx/vite.config.js | 2 +- playground/router-vuex-with-tests/vite.config.js | 2 +- playground/router-vuex/vite.config.js | 2 +- playground/router-with-tests/vite.config.js | 2 +- playground/router/vite.config.js | 2 +- playground/typescript-jsx-router-vuex-with-tests/vite.config.ts | 2 +- playground/typescript-jsx-router-vuex/vite.config.ts | 2 +- playground/typescript-jsx-router-with-tests/vite.config.ts | 2 +- playground/typescript-jsx-router/vite.config.ts | 2 +- playground/typescript-jsx-vuex-with-tests/vite.config.ts | 2 +- playground/typescript-jsx-vuex/vite.config.ts | 2 +- playground/typescript-jsx-with-tests/vite.config.ts | 2 +- playground/typescript-jsx/vite.config.ts | 2 +- playground/typescript-router-vuex-with-tests/vite.config.ts | 2 +- playground/typescript-router-vuex/vite.config.ts | 2 +- playground/typescript-router-with-tests/vite.config.ts | 2 +- playground/typescript-router/vite.config.ts | 2 +- playground/typescript-vuex-with-tests/vite.config.ts | 2 +- playground/typescript-vuex/vite.config.ts | 2 +- playground/typescript-with-tests/vite.config.ts | 2 +- playground/typescript/vite.config.ts | 2 +- playground/vuex-with-tests/vite.config.js | 2 +- playground/vuex/vite.config.js | 2 +- playground/with-tests/vite.config.js | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) 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)) } } }) -- 2.39.5