Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Fix memoize runtime issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail-syed committed Dec 17, 2020
1 parent ba170cd commit 66ca206
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/sewing-kit/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ export function quiltPackage({jestEnv = 'jsdom', useReact = false} = {}) {
'**/test/**/*',
'**/tests/**/*',
]);

hooks.babelConfig?.hook(addLegacyDecoratorSupport);
});
});
}),
Expand Down

0 comments on commit 66ca206

Please sign in to comment.