revert to coffeescript transpiler
This commit is contained in:
parent
ec1edb981e
commit
98dde69751
@ -1,7 +1,4 @@
|
||||
// import coffeescript from "./coffeescript.ts";
|
||||
// import babel from "./babel.ts";
|
||||
import coffeescript from "./coffeescript.ts";
|
||||
import babel from "./babel.ts";
|
||||
|
||||
// register(v => coffeescript(babel(v)));
|
||||
import typescript from "./typescript.ts";
|
||||
|
||||
register(typescript);
|
||||
register(v => coffeescript(babel(v)));
|
||||
|
Loading…
Reference in New Issue
Block a user