Skip to content

Commit

Permalink
Fix wrong import in data plugin causing 100kB bundle increase (#93448) (
Browse files Browse the repository at this point in the history
#93577)

# Conflicts:
#	api_docs/data.json
#	api_docs/data_search.json
  • Loading branch information
Dosant authored Mar 4, 2021
1 parent ead6eee commit bb3d35b
Show file tree
Hide file tree
Showing 5 changed files with 167 additions and 268 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@ module.exports = {
'no-restricted-imports': [
'error',
{
patterns: ['lodash/*', '!lodash/fp'],
patterns: ['lodash/*', '!lodash/fp', 'rxjs/internal-compatibility'],
},
],
},
Expand Down
Loading

0 comments on commit bb3d35b

Please sign in to comment.