Skip to content

mochiya98/babel-plugin-optimize-react-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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";

About

reduce your bundle size

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages