Skip to content

Commit 2e588b7

Browse files
Fixes requested changes
1 parent e9c1e8c commit 2e588b7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ module.exports = function (content) {
2525

2626
const transpileOptions = {
2727
transforms: {
28-
stripWith: true,
29-
stripWithFunctional: options.functional || false
28+
stripWithFunctional: !!options.functional || false,
3029
}
3130
};
3231

{

Whitespace-only changes.

0 commit comments

Comments
 (0)