@krznbtni/rollup-plugin-svelte-component-barrel-file
v1.1.3
Published
This repo/package/whatever creates a barrel file for your Svelte components.
Downloads
59
Maintainers
Readme
@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