We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ea73d commit 5c6e107Copy full SHA for 5c6e107
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pri",
3
- "version": "4.0.18",
+ "version": "4.0.19",
4
"types": "src/node/index.ts",
5
"main": "built/node/index.js",
6
"scripts": {
src/utils/babel-options.ts
@@ -42,7 +42,7 @@ export function getBabelOptions(options?: Partial<DefaultOptions>) {
42
[babelPluginProposalNumericSeparator],
43
[babelPluginProposalThrowExpressions],
44
[babelPluginProposalOptionalChaining],
45
- // [babelPluginReactWrappedDisplayName],
+ [babelPluginReactWrappedDisplayName],
46
[babelPluginProposalNullishCoalescingOperator],
47
[babelPluginSyntaxDynamicImport],
48
[babelPluginSyntaxImportMeta],
0 commit comments