https://github.com/stereobooster/create-react-app-map-gl
https://github.com/stereobooster/create-react-app-map-gl
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stereobooster/create-react-app-map-gl
- Owner: stereobooster
- Created: 2017-04-30T17:33:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T19:57:35.000Z (over 8 years ago)
- Last Synced: 2025-02-11T14:47:20.394Z (11 months ago)
- Language: HTML
- Homepage: https://stereobooster.github.io/down-the-rabbit-hole-react-map-component
- Size: 143 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Webpack 1, react-map-gl 3 git
To reproduce bug
```
yarn install
cd node_modules/react-map-gl/
yarn install
npm run build-es5
npm run postinstall
cd ../..
yarn start
```
Error message:
```
bootstrap a569c78…:555 Uncaught SyntaxError: Identifier 'Buffer' has already been declared
at __webpack_require__ (bootstrap a569c78…:555)
at fn (bootstrap a569c78…:86)
at Object. (buffer_group.js:4)
at __webpack_require__ (bootstrap a569c78…:555)
at fn (bootstrap a569c78…:86)
at Object. (bucket.js:4)
at __webpack_require__ (bootstrap a569c78…:555)
at fn (bootstrap a569c78…:86)
at Object. (circle_bucket.js:3)
at __webpack_require__ (bootstrap a569c78…:555)
```