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:
parent
bc47aac8f4
commit
a0b16e03b8
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue