Created by: swashcap
I noticed this unneeded Object.assign
in a .css
loader's options, so thought I'd remove it.
-
Problem: Using
Object.assign
inshouldUseRelativeAssetPaths
falsey case adds a lil bit of an unneeded function call -
Solution: Remove
Object.assign
and add{}
to the ternary false expression - Testing: ?