@histoire/shared 0.10.5 → 0.10.6

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.
@@ -145,6 +145,10 @@ export interface HistoireConfig {
145
145
  * Vite config override
146
146
  */
147
147
  vite?: ViteConfig | ((config: ViteConfig, env: ViteConfigEnv) => void | ViteConfig | Promise<void | ViteConfig>);
148
+ /**
149
+ * Remove those plugins from the Vite configuration
150
+ */
151
+ viteIgnorePlugins?: string[];
148
152
  /**
149
153
  * Transpile dependencies when collecting stories on Node.js
150
154
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@histoire/shared",
3
- "version": "0.10.5",
3
+ "version": "0.10.6",
4
4
  "description": "Shared utilities for Histoire",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -154,6 +154,10 @@ export interface HistoireConfig {
154
154
  * Vite config override
155
155
  */
156
156
  vite?: ViteConfig | ((config: ViteConfig, env: ViteConfigEnv) => void | ViteConfig | Promise<void | ViteConfig>)
157
+ /**
158
+ * Remove those plugins from the Vite configuration
159
+ */
160
+ viteIgnorePlugins?: string[]
157
161
  /**
158
162
  * Transpile dependencies when collecting stories on Node.js
159
163
  */