Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.

Commit bfef9f6

Browse files
authored
Migrate to Plugin Tools 1.5.2 (#35)
1 parent 28656d7 commit bfef9f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.config/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = {
2525
'^.+\\.(t|j)sx?$': [
2626
'@swc/jest',
2727
{
28-
sourceMaps: true,
28+
sourceMaps: 'inline',
2929
jsc: {
3030
parser: {
3131
syntax: 'typescript',

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- Update package.json and workflows (#31, #32, #34)
88
- Update requirements in README (#33)
9+
- Migrate to Plugin Tools 1.5.2 (#35)
910

1011
## 2.4.0 (2023-05-27)
1112

0 commit comments

Comments
 (0)