We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 769c574 commit dee3b5dCopy full SHA for dee3b5d
1 file changed
packages/beasties-webpack-plugin/src/index.js
@@ -175,7 +175,7 @@ export default class BeastiesWebpackPlugin extends Beasties {
175
176
if (!sheet) {
177
try {
178
- sheet = await this.readFile(this.compilation, filename)
+ sheet = await this.readFile(filename)
179
this.logger.warn(
180
`Stylesheet "${relativePath}" not found in assets, but a file was located on disk.${
181
this.options.pruneSource
0 commit comments