diff --git a/index.js b/index.js index 81e88a2..51439b0 100644 --- a/index.js +++ b/index.js @@ -38,7 +38,7 @@ class WebextensionPlugin { */ apply (compiler) { const { name } = this.constructor - const { inputFileSystem } = compiler; + const { inputFileSystem } = compiler this.readFile = promisify(inputFileSystem.readFile.bind(inputFileSystem)) this.sources = compiler.webpack.sources compiler.hooks.watchRun.tapPromise(name, this.watchRun.bind(this))