mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-22 22:57:57 +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 {
|
class Options {
|
||||||
setOptions(...args) {
|
setOptions(...args) {
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
import { $assert, $defined } from '@wisemapping/core-js';
|
import { $assert, $defined } from '@wisemapping/core-js';
|
||||||
import { cloneDeep } from 'lodash';
|
import cloneDeep from 'lodash/cloneDeep';
|
||||||
import INodeModel from './INodeModel';
|
import INodeModel from './INodeModel';
|
||||||
import TopicFeature from '../TopicFeature';
|
import TopicFeature from '../TopicFeature';
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
import { merge } from 'lodash';
|
import merge from 'lodash/merge';
|
||||||
import Events from '../Events';
|
import Events from '../Events';
|
||||||
|
|
||||||
const defaultOptions = {
|
const defaultOptions = {
|
||||||
|
Loading…
Reference in New Issue
Block a user