use only babel
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
import coffeescript from "./coffeescript.ts";
|
|
||||||
import babel from "./babel.ts";
|
import babel from "./babel.ts";
|
||||||
|
|
||||||
register(v => coffeescript(babel(v)));
|
register(babel);
|
||||||
|
|||||||
@@ -47,6 +47,7 @@ export default function babel(next: Compiler): Compiler {
|
|||||||
availablePlugins["transform-exponentiation-operator"],
|
availablePlugins["transform-exponentiation-operator"],
|
||||||
|
|
||||||
// ES2015
|
// ES2015
|
||||||
|
availablePlugins["transform-arrow-functions"],
|
||||||
availablePlugins["transform-block-scoping"],
|
availablePlugins["transform-block-scoping"],
|
||||||
availablePlugins["transform-classes"],
|
availablePlugins["transform-classes"],
|
||||||
availablePlugins["transform-computed-properties"],
|
availablePlugins["transform-computed-properties"],
|
||||||
|
|||||||
Reference in New Issue
Block a user