@oomm/transformer
v0.0.22
Published
[documents](https://github.com/shulandmimi/object-member-replacer)
Readme
@oomm/transformer
usage
install
npm i @oomm/transformerwebpack
@oomm/transformer is only suitable for specific compression, general compression still requires other compressors to complete (e.g., terser-webpack-plugin).
// webpack.config.js
const { OOMPlugin } = require("@oomm/transformer");
module.exports = {
plugins: [new OOMPlugin()],
};