Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-minify-webpack-plugin-marcello

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-minify-webpack-plugin-marcello

Babel Minify Plugin for Webpack

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

babili-webpack-plugin

This is a webpack plugin for Babili.

Babili - A babel based minifier - https://github.com/babel/babili

NOTE:

This might NOT be the best way to use babili. You can also use it with babel-loader for webpack (include babili in list of presets) and should be faster than using this. Further info - #8.

Build Status npm version

Install

npm install babili-webpack-plugin --save-dev

Usage

// webpack.config.js
const BabiliPlugin = require("babili-webpack-plugin");
module.exports = {
  entry: //...,
  output: //...,
  plugins: [
    new BabiliPlugin(options)
  ]
}

Options

  • test: JS file extension regex. Default: /\.js($|\?)/i
  • comments: Preserve Comments. Default: /@preserve|@license/. falsy value to remove all comments. Accepts function, object with property test (regex), and values.
  • sourceMap: Default: uses webpackConfig.devtool. Set this to override that.

LICENSE

MIT

https://boopathi.mit-license.org

Keywords

FAQs

Package last updated on 20 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc