Skip to content

Commit

Permalink
fix: Suppress webpack 4 deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkr00t committed Mar 5, 2018
1 parent 0cb8b6b commit 43ea2c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
// Need that because of regenerator runtime
require("babel-polyfill");

// $FlowFixMe
process.noDeprecation = true; // Suppress webpack deprecation warnings

const meow = require("meow");
const chalk = require("chalk");
const aik = require("./lib");
Expand Down

0 comments on commit 43ea2c0

Please sign in to comment.