@rollup/plugin-multi-entry

v6.0.1
Use multiple entry points for a bundle
rollup plugin multi multiple entry entries

build

rollup -c

ci:coverage

nyc pnpm test && nyc report --reporter=text-lcov > coverage.lcov

ci:lint

pnpm build && pnpm lint

ci:lint:commits

commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}

ci:test

pnpm test -- --verbose

prebuild

del-cli dist

prepare

if [ ! -d 'dist' ]; then pnpm build; fi

prerelease

pnpm build

pretest

pnpm build

release

pnpm --workspace-root plugin:release --pkg $npm_package_name

test

ava
npm i @rollup/plugin-multi-entry

Metadata

  • MIT
  • >=14.0.0
  • rollup
  • released 10/5/2023

Downloads