Skip to content

Commit bb3d35b

Browse files
authored
Fix wrong import in data plugin causing 100kB bundle increase (#93448) (#93577)
# Conflicts: # api_docs/data.json # api_docs/data_search.json
1 parent ead6eee commit bb3d35b

File tree

5 files changed

+167
-268
lines changed

5 files changed

+167
-268
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,7 @@ module.exports = {
13681368
'no-restricted-imports': [
13691369
'error',
13701370
{
1371-
patterns: ['lodash/*', '!lodash/fp'],
1371+
patterns: ['lodash/*', '!lodash/fp', 'rxjs/internal-compatibility'],
13721372
},
13731373
],
13741374
},

0 commit comments

Comments
 (0)