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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user