wtgtybhertgeghgtwtg / babel-plugin-use-lodash-es

Replace `lodash` imports with `lodash-es`.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copied from redux. They said I could, please don't sue me, I'm poor.

Usage

// .babelrc
{
  "env": {
    "es": {
      "plugins": [
        "use-lodash-es"
      ]
    }
  }
}

About

Replace `lodash` imports with `lodash-es`.


Languages

Language:JavaScript 100.0%