Skip to content

tools: remove minifying logic

Checklist
  • the commit message follows commit guidelines
Affected core subsystem(s)

tools

Description of change

jsmin module is imported to use JavaScriptMinifier class, but the class should be referenced with the module name. Otherwise, it will throw a NameError at runtime.

As we don't use minifier at all, this patch removes the entire minifying logic.

cc @bnoordhuis

CI Run: https://ci.nodejs.org/job/node-test-pull-request/2538/

Merge request reports

Loading