Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ashi009 committed Dec 6, 2018
1 parent 37700e3 commit 485a268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/rollup/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ const inputs = [TMPL_inputs];
const enableCodeSplitting = inputs.length > 1;

const config = {
resolveBazel,
banner,
onwarn: ({loc, frame, message}) => {
// Always fail on warnings, assuming we don't know which are harmless.
// We can add exclusions here based on warning.code, if we discover some
Expand Down Expand Up @@ -193,4 +191,6 @@ else {
};
}

config.output.banner = banner;

module.exports = config;

0 comments on commit 485a268

Please sign in to comment.