Skip to content

Commit 9166d7b

Browse files
committed
patch: auto update package json catch all
1 parent 678112d commit 9166d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vx/config/rollup/plugins/handleExports.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ function genExports(moduleName, namespace) {
151151
}),
152152
},
153153
'./package.json': './package.json',
154-
'./': './',
154+
'./*': './*',
155155
};
156156
}
157157

0 commit comments

Comments
 (0)