File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 7 files changed +3058
-4235
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ const babelOptions = {
8484 ] ,
8585}
8686
87+
8788module . exports = {
8889 reactOptions : {
8990 fastRefresh : true ,
@@ -127,7 +128,10 @@ module.exports = {
127128
128129 config . resolve . plugins = [
129130 ...( config . resolve . plugins || [ ] ) ,
130- new TsconfigPathsPlugin ( ) ,
131+ new TsconfigPathsPlugin ( {
132+ configFile : path . resolve ( __dirname , '../tsconfig.json' ) ,
133+ baseUrl : path . resolve ( __dirname , '..' ) ,
134+ } ) ,
131135 ]
132136
133137 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
4242- ` cd react-google-maps-api ` - move to newly created folder
4343- ` cp .storybook/example.maps.config.ts .storybook/maps.config.ts ` - create file with API Key
4444- ` yarn install ` - install dependencies
45+ - ` yarn bootstrap ` - setup workspace
4546- ` yarn storybook ` - run storybook server
4647
4748Any 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 22 "packages" : [
33 " packages/*"
44 ],
5- "version" : " independent"
5+ "version" : " independent" ,
6+ "npmClient" : " yarn"
67}
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 624624 fast-deep-equal "^3.1.3"
625625
626626627- 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 ==
630630 dependencies :
631631 fast-deep-equal "^3.1.3"
632632 supercluster "^7.1.3"
You can’t perform that action at this time.
0 commit comments