UNPKG

react-compress-dist

Version:

Easy way to compress your JS bundle when you compile build folder

11 lines (10 loc) 152 B
module.exports = { "filetypes": [ ".html", ".js", ".ts", ".css", ], directory: '/build', algorithms: ['br', 'gz'], };