vite-plugin-kiru 0.27.0 → 0.28.0-preview.0

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.
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { Plugin } from "vite"
1
+ import type { ESBuildOptions, Plugin } from "vite"
2
2
 
3
3
  export type FileLinkFormatter = (path: string, line: number) => string
4
4
 
@@ -49,6 +49,8 @@ export interface KiruPluginOptions {
49
49
  onFileExcluded?: (id: string) => void
50
50
  }
51
51
 
52
+ export const defaultEsBuildOptions: ESBuildOptions
53
+
52
54
  /**
53
55
  * Registers a callback to be fired when the HMR is triggered
54
56
  */