Skip to content

Commit a93b7cf

Browse files
committed
fix: Fix library name.
1 parent 07d6779 commit a93b7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/baidu-map/.kktrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { LoaderConfOptions, WebpackConfiguration } from 'kkt';
22

33
export default (conf: WebpackConfiguration, env: 'production' | 'development', options: LoaderConfOptions) => {
44
if (options.bundle) {
5-
conf.output!.library = '@uiw/react-amap';
5+
conf.output!.library = '@uiw/react-baidu-map';
66
conf.externals = {
77
react: {
88
root: 'React',

0 commit comments

Comments
 (0)