Skip to content

Commit bce2c53

Browse files
committed
Fix demo site
1 parent 838e234 commit bce2c53

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

explorer-v2/build-system/pre-build/lodash.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import merge from '../../node_modules/lodash/merge.js';
55
import intersection from '../../node_modules/lodash/intersection.js';
66
import union from '../../node_modules/lodash/union.js';
77
import flatMap from '../../node_modules/lodash/flatMap.js';
8-
console.log('?');
98
import escapeRegExp from '../../node_modules/lodash/escapeRegExp.js';
109
import mapValues from '../../node_modules/lodash/mapValues.js';
1110
import overSome from '../../node_modules/lodash/overSome.js';

explorer-v2/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"eslint-plugin-svelte3": "^3.2.0",
3030
"eslint-scope": "^5.1.1",
3131
"eslint4b": "^7.26.0",
32+
"lodash": "^4.17.21",
3233
"pako": "^2.0.3",
3334
"svelte": "^3.34.0",
3435
"svelte-eslint-parser": "file:.."

0 commit comments

Comments
 (0)