Files
meteor/packages/standard-minifier-js
2024-07-15 13:36:33 -04:00
..
2022-12-22 10:24:30 -04:00
2024-07-15 13:36:33 -04:00

standard-minifier-js

Source code of released version | Source code of development version


Standard Minifier for JS

This package provides a minifier plugin used for Meteor apps by default.

The behavior of this plugin in development and production modes are depicted below in the table.

DEV PROD
Minified N Y
Concatenated N Y
Source Maps Y N

The options that are set that differ from the default settings used by terser are the following:

drop_debugger: false
unused:        false 
safari10:       true