Skip to content

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
@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