babel-plugin-optimize-react-import

1.0.3 • Public • Published

babel-plugin-optimize-react-import Travis Status Coverage Status License: MIT

reduce your bundle size

import Hoge, { Foo, Bar } from "react";

converted to :

import * as Hoge from "react";
import { Foo, Bar } from "react";

Readme

Keywords

Package Sidebar

Install

npm i babel-plugin-optimize-react-import

Weekly Downloads

6

Version

1.0.3

License

MIT

Unpacked Size

3.27 kB

Total Files

4

Last publish

Collaborators

  • mochiya98