File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 17
17
"default" : " ./dist/Control.Geocoder.cjs"
18
18
}
19
19
},
20
- "./dist/Control.Geocoder.css" : " ./dist/leaflet-control-geocoder .css" ,
21
- "./Control.Geocoder.css" : " ./dist/leaflet-control-geocoder .css" ,
22
- "./style.css" : " ./dist/leaflet-control-geocoder .css"
20
+ "./dist/Control.Geocoder.css" : " ./dist/Control.Geocoder .css" ,
21
+ "./Control.Geocoder.css" : " ./dist/Control.Geocoder .css" ,
22
+ "./style.css" : " ./dist/Control.Geocoder .css"
23
23
},
24
24
"types" : " dist/index.d.ts" ,
25
25
"scripts" : {
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ export default defineConfig({
7
7
entry : 'src/index.ts' ,
8
8
name : 'leaflet-control-geocoder' ,
9
9
formats : [ 'es' , 'umd' ] ,
10
+ cssFileName : 'Control.Geocoder' ,
10
11
fileName : format =>
11
12
( {
12
13
es : `Control.Geocoder.modern.js` ,
You can’t perform that action at this time.
0 commit comments