From f2d52c9182691d9dae3e60f4d6beb3192d93e6d8 Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Thu, 2 Mar 2017 16:44:13 -0500 Subject: [PATCH] Remove unused webpack import in flyfile.js --- flyfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/flyfile.js b/flyfile.js index 5108c0019a25..2eb490396cb9 100644 --- a/flyfile.js +++ b/flyfile.js @@ -1,4 +1,3 @@ -const webpack = require('webpack') const notifier = require('node-notifier') const childProcess = require('child_process') const isWindows = /^win/.test(process.platform)