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