1
0
mirror of https://github.com/flarum/core.git synced 2025-09-08 23:20:54 +02:00

common: use 'lodash' instead of 'lodash-es' because 'lodash-es' adds megabytes to development build

This commit is contained in:
David Sevilla Martin
2020-03-14 15:02:40 -04:00
parent ef47e09300
commit 0356ecf379
5 changed files with 117 additions and 32670 deletions

5
js/package-lock.json generated
View File

@@ -4013,11 +4013,6 @@
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
},
"lodash-es": {
"version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.15.tgz",
"integrity": "sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ=="
},
"loose-envify": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",