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
  • Loading branch information
Dosant committed Mar 4, 2021
1 parent a050b7a commit fe1ae92
Show file tree
Hide file tree
Showing 5 changed files with 167 additions and 168 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,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 fe1ae92

Please sign in to comment.