fix linter error

This commit is contained in:
Pooya Parsa 2018-03-01 10:46:56 +03:30
parent 23c11b1cef
commit 3c4bcf0b09
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ const ProgressBarPlugin = require('progress-bar-webpack-plugin')
const ProgressPlugin = require('webpack/lib/ProgressPlugin')
const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer')
const { resolve } = require('path')
const { existsSync } = require('fs')
const Debug = require('debug')
const Chalk = require('chalk')
const { printWarn } = require('../../common/utils')