#pnpmpnpm add rollup-plugin-delete -D#yarnyarn add rollup-plugin-delete -D#npmnpm install rollup-plugin-delete -D Usage // rollup.config.jsimportdelfrom'rollup-plugin-delete'exportdefault{input:'src/index.js',o
// rollup.config.jsimportdelfrom'rollup-plugin-delete'exportdefault{input:'src/index.js',output:{file:'dist/app.js'},plugins:[del({targets:'dist'})]} Configuration There are some useful options: targets A string or an array of patterns of files and folders to be deleted. Default is[]...
mohdovais / rollup-plugin-swc-core Public Notifications Fork 0 Star 0 Code Issues Pull requests Actions Projects Security Insights CommitDelete .DS_Store Browse files main v0.2.0 v0.1.0 mohdovais committed Oct 17, 2021 Verified 1 parent cc6b86a commit d368770 Showing 1 chang...
This is a stub types definition for rollup-plugin-delete (https://github.com/vladshcherbin/rollup-plugin-delete). rollup-plugin-delete provides its own type definitions, so you don't need @types/rollup-plugin-delete installed! Readme KeywordsnonePackage...