UNPKG

@atlassian/webresource-vite-plugin

Version:

Auto-generates web-resource definitions from your vite-built code, for usage in an Atlassian product or plugin.

5 lines (4 loc) 185 B
import type { Plugin } from 'vite'; import type { PluginOptions } from './types/types'; declare function webresourcePlugin(options?: PluginOptions): Plugin; export = webresourcePlugin;