Skip to content

Conversation

@brettz9
Copy link

@brettz9 brettz9 commented May 15, 2020

  • Update: Change to Rollup 2.0-supporting API transformBundle -> renderChunk; fixes The transformBundle hook is deprecated. #8
  • Linting: Check whole directory by default, with .eslintignore (allows IDEs to auto-detect files to ignore)
  • Testing: Check string replacement, improving coverage; prefer const/let
  • Testing: Add nyc for checking coverage
  • npm: Add recommended package.json fields (homepage, bugs, contributors) and use URL for repo (IDEs can make auto-clickable)
  • npm: Add separate lint script
  • npm: Update magic-string
  • npm: Update devDeps. to fix vulnerability

brettz9 added 2 commits May 15, 2020 13:46
…enderChunk`; fixes developit#8

- npm: Add recommended `package.json` fields (homepage, bugs, contributors) and use URL for repo (IDEs can make auto-clickable)
- npm: Update devDeps. to fix vulnerability
…ws IDEs to auto-detect files to ignore)

- npm: Add separate lint script
- npm: Update magic-string and devDeps
- Testing: Check string replacement; prefer `const`/`let`
- Testing: Add nyc for checking coverage
@brettz9
Copy link
Author

brettz9 commented May 29, 2020

Hi... Are you still maintaining, and if so know when you may have a chance to take a look?

Thanks!

@brettz9
Copy link
Author

brettz9 commented Jul 23, 2020

If you are not maintaining, would you be willing to have someone help maintain?

@nick-lehmann
Copy link

@brettz9 Are still interested in using the changes you have proposed here? If so, would you like to publish your changes as a separate package? With me there are at least two people who need this ;)

@brettz9
Copy link
Author

brettz9 commented Nov 20, 2020

@nick-lehmann : Have some health issues and not feeling great these days to work on too much, but you're welcome to fork my PR and publish it.

@nick-lehmann
Copy link

Thank you very much, published it as @stadtlandnetz/rollup-plugin-postprocess!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The transformBundle hook is deprecated.

2 participants