UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

22 lines (19 loc) 430 B
import { build } from '../cli/commands/build.js'; import { dev } from '../cli/commands/dev.js'; import { pluginName } from './index.js'; var modernjs = () => ({ name: pluginName, setup() { return { async beforeBuild() { await build(); }, async beforeDev() { await build(); await dev(); } }; } }); export { modernjs as default }; //# sourceMappingURL=modernjs.js.map