Skip to content

@lopatnov/rollup-plugin-uglify

Compare
Choose a tag to compare
@lopatnov lopatnov released this 07 Dec 09:45
· 51 commits to master since this release

@lopatnov/rollup-plugin-uglify

NPM version
License
Twitter

A rollup plugin to minify javascript with UglifyJS

Install

https://nodei.co/npm/@lopatnov/rollup-plugin-uglify.png?downloads=true&downloadRank=true&stars=true

@lopatnov/rollup-plugin-uglify

Import package to the project

import workerFromString from 'rollup-plugin-uglify';

or

var workerFromString = require("rollup-plugin-uglify")

Convert String values into Worker

workerFromString(...textValues: string[]) => Worker

Rights and Agreements

License Apache-2.0

Copyright 2019 Oleksandr Lopatnov