rollup-plugin-svelte-component-barrel-file Svelte Themes

Rollup Plugin Svelte Component Barrel File

This repo/package/whatever creates a barrel file for your Svelte components.

@krznbtni/rollup-plugin-svelte-component-barrel-file

This repo/package/whatever creates a barrel file for your Svelte components.

Command Cheat Sheet

Clean

To delete the output from past builds:

npm run clean

Prepack

Used by NPM before packing, in preparation for publishing to a registry. In this package's/repository's case, it runs the build script.

Publish Dry Run

npm publish --dry-run

Publish

--access=public is needed for scoped packages since they are private by default.

npm publish --access=public

Top categories

Loading Svelte Themes