Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs for --configPlugin using typescript #4495

Commits on May 11, 2022

  1. Update docs for --configPlugin using typescript

    The documentation gives examples for using `@rollup/plugin-typescript` to parse the Rollup configuration file, with a CLI code example. However, that example will fail to build with a somewhat misleading error if the Rollup config is not declared in the `tsconfig.json`'s `include` property, so a note about needing to do so has been added with this commit.
    Jimmydalecleveland committed May 11, 2022
    Copy the full SHA
    c08a4fd View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Copy the full SHA
    bd5ca1a View commit details
    Browse the repository at this point in the history