-
step1: npm i
step 2:npm run build
#16 4.406 node_modules/@types/lodash/common/object.d.ts(1026,46): error TS1005: '?' expected.
#16 4.407 node_modules/@types/lodash/common/object.d.ts(1031,46…
-
There seems to be a bug with how negative numbers are rounded.
The solution used for rounding numbers in Lodash seems pretty good for positive numbers, but when e.g. trying to round `-1.005` to 2 d…
-
I'm trying to use miragejs, but getting blocked by a runtime syntax error.
The project is using `@web/dev-server` as dev server, with esbuild plugin, and is written in typescript.
When importi…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Rate-Limited
These updates a…
-
目前 lodash 是裝在 dependencies 裡頭
之後要找時間用 lodash-webpack-plugin 來做優化
然後把 lodash 移到 devdependencies
-
Lodash dependency needs to be raised, see:
High:
```
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ High │ Prototype Pollution …
-
I have taken a quick look at how much effort it would be to remove lodash dependency, there are 139 uses of a lodash function in restangular, from those, all but 20 are easily converted to use an angu…
-
Currently it depends on `lodash`.
```
lodash "^4.6.1"
```
This results in 2 copies of lodash being loaded. It would be nicer it it depended only on ES version (`lodash-es`).
Alternatively, …
-
**Is your feature request related to a problem? Please describe.**
Yes, we're trying to cut down our bundle size, and a part of it is [taken up by Lodash](https://bundlephobia.com/package/victory-cor…
-
`TypeError`s of all kinds are by far [the most common RTEs in JS](https://codeburst.io/top-10-javascript-errors-from-1000-projects-and-how-to-avoid-them-2956ce008437).
Using utility packages, or tr…
tripu updated
2 years ago