UNPKG

vite-plugin-remain-exports

Version:

vite plugin that remain exports from html-entry-script

6 lines (3 loc) 124 B
import { PluginOption } from 'vite'; declare function remainExports(): PluginOption; export { remainExports as default };