Skip to content

Commit

Permalink
fix: install empty fs/path packages to fix CRA5 polyfill issue (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
thaddmt committed May 9, 2022
1 parent 711ce00 commit 171cd68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@
"@turf/length": "^6.5.0",
"@turf/line-slice": "^6.5.0",
"debounce": "^1.2.1",
"maplibre-gl-draw-circle": "^0.0.1"
"fs": "npm:empty-npm-package@1.0.0",
"maplibre-gl-draw-circle": "^0.0.1",
"path": "npm:empty-npm-package@1.0.0"
}
}
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5136,6 +5136,11 @@ fs.realpath@^1.0.0:
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=

"fs@npm:empty-npm-package@1.0.0", "path@npm:empty-npm-package@1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/empty-npm-package/-/empty-npm-package-1.0.0.tgz#fda29eb6de5efa391f73d578697853af55f6793a"
integrity sha512-q4Mq/+XO7UNDdMiPpR/LIBIW1Zl4V0Z6UT9aKGqIAnBCtCb3lvZJM1KbDbdzdC8fKflwflModfjR29Nt0EpcwA==

fsevents@^2.3.2, fsevents@~2.3.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
Expand Down

0 comments on commit 171cd68

Please sign in to comment.