babel-plugin-transform-dead-code-elimination
Babel 6 fork of babel-plugin-dead-code-elimination.
Last updated 6 years ago by erikdesjardins .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install babel-plugin-transform-dead-code-elimination 
SYNC missed versions from official npm registry.

babel-plugin-transform-dead-code-elimination

Babel 6 fork of babel-plugin-dead-code-elimination.

Incorporates fixes from achicu/babel-plugin-dead-code-elimination.

Installation

npm install --save-dev babel-plugin-transform-dead-code-elimination

Usage

.babelrc:

{
  "plugins": [
    "transform-dead-code-elimination"
  ]
}

Or, with options (note: experimentalInlining will almost definitely break your code):

{
  "plugins": [
    ["transform-dead-code-elimination", {
      "experimentalInlining": true
    }]
  ]
}

Current Tags

  • 2.2.3                                ...           latest (6 years ago)

13 Versions

  • 2.2.3                                ...           6 years ago
  • 2.2.2                                ...           9 years ago
  • 2.2.1                                ...           10 years ago
  • 2.2.0                                ...           10 years ago
  • 2.1.1                                ...           10 years ago
  • 2.1.0                                ...           10 years ago
  • 2.0.2                                ...           10 years ago
  • 2.0.1                                ...           10 years ago
  • 2.0.0                                ...           10 years ago
  • 1.0.0                                ...           10 years ago
  • 0.0.3                                ...           10 years ago
  • 0.0.2                                ...           10 years ago
  • 0.0.1                                ...           10 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 13
Dependencies (1)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |