1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Remove unused webpack import in flyfile.js (#1332)

This commit is contained in:
Jared Palmer 2017-03-02 16:59:34 -05:00 committed by Tim Neutkens
parent bc47aac8f4
commit a0b16e03b8

View file

@ -1,4 +1,3 @@
const webpack = require('webpack')
const notifier = require('node-notifier') const notifier = require('node-notifier')
const childProcess = require('child_process') const childProcess = require('child_process')
const isWindows = /^win/.test(process.platform) const isWindows = /^win/.test(process.platform)