Skip to content

aredridel/rollup-plugin-verify-bundle

Repository files navigation

rollup-plugin-verify-bundle

Make assertions about the state of the emitted bundle.

Use

...
plugins: [
    ...,
    verify({noExternals: true})
]

Will throw an error if your build references unknown externals such as a dependency that was never declared.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published