1.0.2 • Published 4 years ago
mtabt-plugin-minify v1.0.2
Minify
A plugin to minify your resources
Gettings started
Add mtabt-plugin-minif
to your MTA Build Tool configuration file. Please, keep in mind that the order you specify your plugins does matter and, usually, you would like to use this at the almost very first position.
// Usually in .mtabtrc.js
module.exports = {
plugins: [..., "mtabt-plugin-minify"]
}
Arguments
Please, check here to learn how to provide plugin arguments.
Name | Type | Description | Default |
---|---|---|---|
delete-after-compile | boolean | Remove a script file of the out directory after successfully compiled | true |