babel-plugin-code
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -0,1 +1,6 @@ | ||
0.1.2 / 2016-08-15 | ||
================== | ||
* docs: update READEME.md | ||
0.1.1 / 2016-08-15 | ||
@@ -2,0 +7,0 @@ ================== |
{ | ||
"name": "babel-plugin-code", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -1,9 +0,7 @@ | ||
# @ali/babel-plugin-oneui | ||
# babel-plugin-code | ||
A babel cherry-pick plugin which can import less modules. | ||
## install | ||
``` | ||
$ tnpm i -D @ali/babel-plugin-oneui | ||
$ npm i -D babel-plugin-code | ||
``` | ||
@@ -17,9 +15,6 @@ | ||
{ | ||
"plugins": ["oneui"] | ||
"plugins": ["code"] | ||
} | ||
``` | ||
## Limitations | ||
* You must use ES2015 imports to load module | ||
249461
20