create-vitebook
Advanced tools
Comparing version
{ | ||
"name": "create-vitebook", | ||
"version": "0.19.9", | ||
"version": "0.19.10", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "alternative", |
@@ -5,3 +5,3 @@ import { clientPlugin, defineConfig } from '@vitebook/client/node'; | ||
export default defineConfig(/** __GENERICS__ */)({ | ||
include: ['src/**/*.{jsx,tsx}'], | ||
include: ['src/**/*.story.{jsx,tsx}'], | ||
plugins: [ | ||
@@ -8,0 +8,0 @@ preactPlugin({ appFile: 'App.tsx' }), |
@@ -6,3 +6,3 @@ import { clientPlugin, defineConfig } from '@vitebook/client/node'; | ||
export default defineConfig(/** __GENERICS__ */)({ | ||
include: ['src/**/*.{md,jsx,tsx}'], | ||
include: ['src/**/*.md', 'src/**/*.story.{jsx,tsx}'], | ||
plugins: [ | ||
@@ -9,0 +9,0 @@ preactMarkdownPlugin(), |
@@ -7,3 +7,3 @@ import { | ||
export default defineConfig(/** __GENERICS__ */)({ | ||
include: ['src/**/*.svelte'], | ||
include: ['src/**/*.story.svelte'], | ||
plugins: [ | ||
@@ -10,0 +10,0 @@ clientPlugin({ appFile: 'App.svelte' }) /** __PLUGINS__ */, |
@@ -5,3 +5,3 @@ import { clientPlugin, defineConfig } from '@vitebook/client/node'; | ||
export default defineConfig(/** __GENERICS__ */)({ | ||
include: ['src/**/*.{md,svelte}'], | ||
include: ['src/**/*.md', 'src/**/*.story.svelte'], | ||
plugins: [ | ||
@@ -8,0 +8,0 @@ svelteMarkdownPlugin(), |
@@ -5,3 +5,3 @@ import { clientPlugin, defineConfig } from '@vitebook/client/node'; | ||
export default defineConfig(/** __GENERICS__ */)({ | ||
include: ['src/**/*.vue'], | ||
include: ['src/**/*.story.vue'], | ||
plugins: [ | ||
@@ -8,0 +8,0 @@ vuePlugin({ appFile: 'App.vue' }), |
@@ -6,3 +6,3 @@ import { clientPlugin, defineConfig } from '@vitebook/client/node'; | ||
export default defineConfig(/** __GENERICS__ */)({ | ||
include: ['src/**/*.{md,vue}'], | ||
include: ['src/**/*.md', 'src/**/*.story.vue'], | ||
plugins: [ | ||
@@ -9,0 +9,0 @@ vueMarkdownPlugin(), |
100265
0.07%