1
0
mirror of https://github.com/flarum/core.git synced 2025-08-13 11:54:32 +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

View File

@@ -24,7 +24,7 @@ import Button from './components/Button';
import ModalManager from './components/ModalManager';
import RequestErrorModal from './components/RequestErrorModal';
import { flattenDeep } from 'lodash-es';
import flattenDeep from 'lodash/flattenDeep';
export type ApplicationData = {
apiDocument: any;