Skip to content

Commit

Permalink
begin first phase of three phase executor
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Apr 14, 2019
1 parent f438d36 commit 0f88802
Show file tree
Hide file tree
Showing 9 changed files with 649 additions and 497 deletions.
7 changes: 6 additions & 1 deletion build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ async function build(package) {
plugins: [
eslint(),
babel()
]
],
onwarn: (warning) => {
if (warning.code !== "CIRCULAR_DEPENDENCY") {
console.warn(`Rollup [Warn]: ${warning}`);
}
}
});

let { output } = await bundle.generate({
Expand Down
Loading

0 comments on commit 0f88802

Please sign in to comment.