use only babel
This commit is contained in:
parent
208444381e
commit
4389d115b6
@ -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"],
|
||||||
|
Loading…
Reference in New Issue
Block a user