We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435dd43 commit 3389aecCopy full SHA for 3389aec
src/index.js
@@ -13,7 +13,7 @@ class StylelintWebpackPlugin {
13
14
apply(compiler) {
15
const context = this.getContext(compiler);
16
- const { options } = this;
+ const options = { ...this.options };
17
18
options.files = arrify(options.files).map((file) =>
19
join(context, '/', file)
0 commit comments