8000 Enable coercions for fill (#135) · lodash/lodash-webpack-plugin@551b2e0 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 551b2e0

Browse files
Andrei Sîncrăianjdalton
Andrei Sîncrăian
authored andcommitted
Enable coercions for fill (#135)
1 parent 2ed13d3 commit 551b2e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mapping.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ export const overrides = {
146146
'difference': { 'flattening': true },
147147
'differenceBy': { 'flattening': true },
148148
'differenceWith': { 'flattening': true },
149+
'fill': { 'coercions': true },
149150
'flatMap': { 'flattening': true },
150151
'flatMapDeep': { 'flattening': true },
151152
'flatMapDepth': { 'flattening': true },

0 commit comments

Comments
 (0)
0