File tree 7 files changed +3058
-4235
lines changed
react-google-maps-api-gatsby-example
react-google-maps-api-infobox
react-google-maps-api-marker-clusterer
7 files changed +3058
-4235
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ const babelOptions = {
84
84
] ,
85
85
}
86
86
87
+
87
88
module . exports = {
88
89
reactOptions : {
89
90
fastRefresh : true ,
@@ -127,7 +128,10 @@ module.exports = {
127
128
128
129
config . resolve . plugins = [
129
130
...( config . resolve . plugins || [ ] ) ,
130
- new TsconfigPathsPlugin ( ) ,
131
+ new TsconfigPathsPlugin ( {
132
+ configFile : path . resolve ( __dirname , '../tsconfig.json' ) ,
133
+ baseUrl : path . resolve ( __dirname , '..' ) ,
134
+ } ) ,
131
135
]
132
136
133
137
config . resolve . extensions = [
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ Fork original repo at <https://github.com/JustFly1984/react-google-maps-api>. Cl
42
42
- ` cd react-google-maps-api ` - move to newly created folder
43
43
- ` cp .storybook/example.maps.config.ts .storybook/maps.config.ts ` - create file with API Key
44
44
- ` yarn install ` - install dependencies
45
+ - ` yarn bootstrap ` - setup workspace
45
46
- ` yarn storybook ` - run storybook server
46
47
47
48
Any changes you make to src folders of contained packages should reflect on the storybook server.
Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " independent"
5
+ "version" : " independent" ,
6
+ "npmClient" : " yarn"
6
7
}
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 624
624
fast-deep-equal "^3.1.3"
625
625
626
626
" @googlemaps/markerclusterer@2.0.15 " :
627
- version "2.0.13 "
628
- resolved "https://registry.yarnpkg.com/@googlemaps/markerclusterer/-/markerclusterer-2.0.13 .tgz#cb61db9be52c9d8b061dfad77dca33b2965e7b2a "
629
- integrity sha512-302GjQ9gsHOK/ef6hif+rJDv+AB3THst02iDCbXH2PS9GFwb/5yuytaLpuzJiqGNG+k2zvTAWTsGY/fQN5DZ7w ==
627
+ version "2.0.15 "
628
+ resolved "https://registry.yarnpkg.com/@googlemaps/markerclusterer/-/markerclusterer-2.0.15 .tgz#72052a23a061789c6055a13713b8852359cc03a9 "
629
+ integrity sha512-/I6Esi5FtyeVHsezN9Kut8zRJoqe7KkTIJXGVqpKFf6BjC7qQ1xRajLMkOz0s8XKgLevbr+KdYjuvmj+LohOGg ==
630
630
dependencies :
631
631
fast-deep-equal "^3.1.3"
632
632
supercluster "^7.1.3"
You can’t perform that action at this time.
0 commit comments