Skip to content

Commit

Permalink
fix: throw an error when command doesn't export a function
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkr00t committed Apr 12, 2020
1 parent 2121271 commit 68e47fd
Show file tree
Hide file tree
Showing 4 changed files with 436 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/core/cli/commands/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require("rimraf");
require("chalk");
require("@opaline/core");
require("read-pkg-up");
var compiler = require("./compiler-6f0e193f.js");
var compiler = require("./compiler-dad69f08.js");
require("@babel/parser");
require("@babel/traverse");
require("doctrine");
Expand Down
Loading

0 comments on commit 68e47fd

Please sign in to comment.