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

#81 - Changed 'rollup-pluginutils' back to '@rollup/pluginutils' plugin and reverted previous code change #82

Merged
merged 3 commits into from
Aug 25, 2021

Commits on Aug 25, 2021

  1. #81 - Changed 'rollup-pluginutils' back to '@rollup/pluginutils' - En…

    …sures we don't break applications that were already using new, allowed, formats for 'include' and 'exclude' props (@rollup/pluginutils allows 'RegExp' as well as 'string | string[]' for these props). Updated plugin source to ensure we have defaults for 'include' and 'exclude' options, even when merged, incoming options contain 'undefined' values for these props - feature was previously removed, it is now re-added in this commit.
    elycruz committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    12c7e33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c9b0ad View commit details
    Browse the repository at this point in the history
  3. Ran 'npm run build'.

    elycruz committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    cf33b06 View commit details
    Browse the repository at this point in the history