Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Commit 5133628

Browse files
committed
Optimize bundlue size by import only lodash.isequal
1 parent c621405 commit 5133628

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/stores/AppStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { action, computed, observable } from 'mobx'
22
import { encodeSource, decodeSource } from 'libs'
3-
import { isEqual } from 'lodash'
3+
import isEqual from 'lodash.isequal'
44

55
const key = 'popup'
66
const defaultSource = '// Here You can type your custom JavaScript...'

0 commit comments

Comments
 (0)