mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-10 17:33:24 +01:00
Optimize logdash usage.
This commit is contained in:
parent
98c4da2b8d
commit
4c48c55ec1
@ -1,4 +1,4 @@
|
||||
import { merge } from 'lodash';
|
||||
import merge from 'lodash/merge';
|
||||
|
||||
class Options {
|
||||
setOptions(...args) {
|
||||
|
@ -16,7 +16,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
import { $assert, $defined } from '@wisemapping/core-js';
|
||||
import { cloneDeep } from 'lodash';
|
||||
import cloneDeep from 'lodash/cloneDeep';
|
||||
import INodeModel from './INodeModel';
|
||||
import TopicFeature from '../TopicFeature';
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
import { merge } from 'lodash';
|
||||
import merge from 'lodash/merge';
|
||||
import Events from '../Events';
|
||||
|
||||
const defaultOptions = {
|
||||
|
Loading…
Reference in New Issue
Block a user