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

introduce CLI --plugin support #3379

Merged
merged 7 commits into from
Feb 28, 2020
Merged

introduce CLI --plugin support #3379

merged 7 commits into from
Feb 28, 2020

Commits on Feb 23, 2020

  1. introduce CLI --plugin support

    - provide plugin prefixes as required
    - support new and old styles of plugin naming
    
    Examples:
    
    --plugin rollup-plugin-buble
    --plugin @rollup/plugin-buble
    --plugin buble
    -p "@rollup/plugin-replace={DBG:true}"
    -p node-resolve,commonjs -p "terser={output:{beautify:true}}"
    -p "/absolute/path/to/plugin={A:1}"
    -p "../relative/path/to/plugin={B:2}"
    kzc committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    ead93ed View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    5efed08 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    a179256 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3543a3 View commit details
    Browse the repository at this point in the history
  3. Fix markdown formatting

    lukastaegert committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    d6d94da View commit details
    Browse the repository at this point in the history
  4. Remove trailing slash

    lukastaegert committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    721beb8 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

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