Run the precompiler module through es6 toolchain

This commit is contained in:
kpdecker
2015-04-20 02:25:53 -05:00
parent ecf60ab1bf
commit 0263aa48bc
4 changed files with 19 additions and 21 deletions
+1 -1
View File
@@ -108,4 +108,4 @@ if (argv.help || (!argv.templates.length && !argv.version)) {
return;
}
return require('../lib/precompiler').cli(argv);
return require('../dist/cjs/precompiler').cli(argv);