use _.orderBy is worng
xiemms opened this issue · 6 comments
xiemms commented
lodash-webpack-plugin/src/mapping.js
Line 123 in 25c423c
xiemms commented
xiemms commented
xiemms commented
xiemms commented
i change 'shorthands': [['_baseIteratee', 'identity']] to 'shorthands': [['_baseIteratee', '_baseIteratee']]
it's ok
jdalton commented
Hi @xiemms!
If you'd like to enable shorthands you can do so with the plugin options.
xiemms commented
ok. thx