Skip to content

Commit 5c6e107

Browse files
committed
feat: fix bug
1 parent a5ea73d commit 5c6e107

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pri",
3-
"version": "4.0.18",
3+
"version": "4.0.19",
44
"types": "src/node/index.ts",
55
"main": "built/node/index.js",
66
"scripts": {

src/utils/babel-options.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function getBabelOptions(options?: Partial<DefaultOptions>) {
4242
[babelPluginProposalNumericSeparator],
4343
[babelPluginProposalThrowExpressions],
4444
[babelPluginProposalOptionalChaining],
45-
// [babelPluginReactWrappedDisplayName],
45+
[babelPluginReactWrappedDisplayName],
4646
[babelPluginProposalNullishCoalescingOperator],
4747
[babelPluginSyntaxDynamicImport],
4848
[babelPluginSyntaxImportMeta],

0 commit comments

Comments
 (0)