Skip to content

Commit

Permalink
resolve babili-preset relative to babili-cli (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
boopathi authored and hzoo committed Dec 2, 2016
1 parent b76482f commit a7afbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babili/src/index.js
Expand Up @@ -3,7 +3,7 @@ import child from "child_process";
const args = [
require.resolve("babel-cli/bin/babel.js"),
...process.argv.slice(2),
"--presets=babili",
`--presets=${require.resolve("babel-preset-babili")}`,
"--no-babelrc",
];

Expand Down

0 comments on commit a7afbc7

Please sign in to comment.