chore: fix lint error

This commit is contained in:
Pooya Parsa 2020-11-14 01:25:12 +01:00
parent 3d2c019a6a
commit 04bb2fa906
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import Hookable from 'hookable'
import prettyBytes from 'pretty-bytes'
import gzipSize from 'gzip-size'
import chalk from 'chalk'
import { emptyDir, readFile } from 'fs-extra'
import { readFile } from 'fs-extra'
import { getRollupConfig } from './rollup/config'
import { hl, prettyPath, serializeTemplate, writeFile } from './utils'
import { SLSOptions } from './config'