UNPKG

hard-source-webpack-plugin-fixed-hashbug

Version:

Hard cache the source of modules in webpack. Patched version fixing the hash bug

4 lines (3 loc) 105 B
module.exports = function Object_values(obj) { return Object.keys(obj).map(key => [key, obj[key]]); };