Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 551a94e

Browse files
Bhargav KrishnaWrathOfZombies
Bhargav Krishna
authored andcommitted
fixing the lodash size problem
1 parent a91aa51 commit 551a94e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: .babelrc

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"plugins": [
3+
"lodash"
4+
],
25
"presets": [
36
[
47
"env",

Diff for: src/helpers/storage.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. */
22

3-
import { default as debounce } from 'lodash/debounce';
3+
import { debounce } from 'lodash-es';
44
import { Dictionary } from './dictionary';
55
import * as md5 from 'crypto-js/md5';
66
import { Observable } from 'rxjs/Observable';

0 commit comments

Comments
 (0)