1.0.9 • Published 3 years ago
mtabt-plugin-archive v1.0.9
Archive
A plugin to create nice zipped resources
Gettings started
Add mtabt-plugin-archive
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 very last position.
// Usually in .mtabtrc.js
module.exports = {
plugins: [..., "mtabt-plugin-archive"]
}
Arguments
Please, check here to learn how to provide plugin arguments.
Name | Type | Description | Default |
---|---|---|---|
delete-after-compact | boolean | Remove a resource files of the out directory after successfully compressed | true |