File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export default [
1919 commonjs ( ) ,
2020 vue ( ) ,
2121 ] ,
22- external : [ '@mapbox/mapbox-gl-geocoder' , 'vue -mapbox' ] ,
22+ external : [ '@mapbox/mapbox-gl-geocoder' , 'v -mapbox' ] ,
2323 } ,
2424 // CommonJS build
2525 {
@@ -37,7 +37,7 @@ export default [
3737 commonjs ( ) ,
3838 vue ( ) ,
3939 ] ,
40- external : [ '@mapbox/mapbox-gl-geocoder' , 'vue -mapbox' ] ,
40+ external : [ '@mapbox/mapbox-gl-geocoder' , 'v -mapbox' ] ,
4141 } ,
4242 // UMD build.
4343 {
@@ -48,7 +48,7 @@ export default [
4848 file : 'dist/v-mapbox-geocoder.js' ,
4949 globals : {
5050 '@mapbox/mapbox-gl-geocoder' : 'MapboxGeocoder' ,
51- 'vue -mapbox' : 'vueMapbox ' ,
51+ 'v -mapbox' : 'vMapbox ' ,
5252 } ,
5353 } ,
5454 plugins : [
@@ -59,6 +59,6 @@ export default [
5959 commonjs ( ) ,
6060 vue ( ) ,
6161 ] ,
62- external : [ '@mapbox/mapbox-gl-geocoder' , 'vue -mapbox' ] ,
62+ external : [ '@mapbox/mapbox-gl-geocoder' , 'v -mapbox' ] ,
6363 } ,
6464] ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export default {
1111 file : 'dist/v-mapbox-geocoder.min.js' ,
1212 globals : {
1313 '@mapbox/mapbox-gl-geocoder' : 'MapboxGeocoder' ,
14- 'vue -mapbox' : 'vueMapbox ' ,
14+ 'v -mapbox' : 'vMapbox ' ,
1515 } ,
1616 } ,
1717 plugins : [
@@ -23,5 +23,5 @@ export default {
2323 terser ( ) ,
2424 vue ( ) ,
2525 ] ,
26- external : [ '@mapbox/mapbox-gl-geocoder' , 'vue -mapbox' ] ,
26+ external : [ '@mapbox/mapbox-gl-geocoder' , 'v -mapbox' ] ,
2727} ;
Original file line number Diff line number Diff line change 11import MapboxGeocoder from '@mapbox/mapbox-gl-geocoder' ;
2- import { $helpers } from 'vue -mapbox' ;
2+ import { $helpers } from 'v -mapbox' ;
33
44const geocoderEvents = {
55 clear : 'clear' ,
@@ -132,4 +132,4 @@ export default {
132132 return null ;
133133 } ,
134134 } ,
135- } ;
135+ } ;
You can’t perform that action at this time.
0 commit comments