From a0b16e03b89122295fb46d3e9ecb9e9f90d9056a Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Thu, 2 Mar 2017 16:59:34 -0500 Subject: [PATCH] Remove unused webpack import in flyfile.js (#1332) --- flyfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/flyfile.js b/flyfile.js index 5108c001..2eb49039 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)