Remove the experimental folder

This commit is contained in:
Henry Zhu
2017-11-21 11:31:53 -05:00
parent d72d567d43
commit 70361f1200
284 changed files with 34 additions and 53 deletions

View File

@@ -93,7 +93,7 @@ require("@babel/core").transform("code", {
If you need to further compile ES2015 Decimal, Binary, Hex and Octal number representations to their pre-ES2015 numeric literal form, add the [`"@babel/plugin-transform-literals"`](http://babeljs.io/docs/plugins/transform-literals/) plugin:
> `@babel/plugin-transform-literals` is already included in [@babel/preset-env](https://github.com/babel/babel/tree/master/experimental/babel-preset-env) and @babel/preset-es2015.
> `@babel/plugin-transform-literals` is already included in [@babel/preset-env](https://github.com/babel/babel/tree/master/packages/babel-preset-env) and @babel/preset-es2015.
### Via `.babelrc` (Recommended)