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

feat: added the postprocessor option #518

Merged
merged 4 commits into from
Jul 24, 2024
Merged

Conversation

alexander-akait
Copy link
Member

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

fixes #291

Breaking Changes

No

Additional Info

No

@@ -8,6 +8,7 @@ logs
*.log
npm-debug.log*
.eslintcache
.cspellcache
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can also disable cache in cpsell. It doesn't differ much from no-cache

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It has a big changes when you have a lot of files, I don't think we need disable it, we use cache everywhere

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

expect(getErrors(stats)).toMatchSnapshot("errors");
});

it('should work with Async "postprocessor" Function option', async () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
it('should work with Async "postprocessor" Function option', async () => {
it('should work with async "postprocessor" function option', async () => {

@alexander-akait alexander-akait merged commit 536a204 into master Jul 24, 2024
12 checks passed
@alexander-akait alexander-akait deleted the feat-postprocessing branch July 24, 2024 16:32
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.

Including html partials within html partials without the interpolate option
2 participants