Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyuki committed Dec 21, 2018
1 parent adcee32 commit acccd0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/webpack-plugin/lib/json-compiler/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ module.exports = function (raw) {
const publicPath = this._compilation.outputOptions.publicPath || ''
const fs = this._compiler.inputFileSystem


const copydir = (dir, context, callback) => {
fs.readdir(dir, (err, files) => {
if (err) return callback(err)
Expand Down

0 comments on commit acccd0d

Please sign in to comment.