magefront-plugin-terser
v2.1.0
Published
Minify JS files with [terser](https://terser.org/).
Downloads
36
Maintainers
Readme
magefront-plugin-terser
Minify JS files with terser.
Install
npm i magefront-plugin-terser
Usage
import terser from 'magefront-plugin-terser'
export default {
plugins: [terser()],
}
See the documentation for more information.