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 4ed7517 commit 483be31Copy full SHA for 483be31
src/index.js
@@ -16,7 +16,7 @@ class StylelintWebpackPlugin {
16
const options = { ...this.options };
17
18
options.files = arrify(options.files).map((file) =>
19
- join(context, '/', file)
+ join(context, '/', file).replace(/\\/g, '/')
20
);
21
22
const plugin = { name: this.constructor.name };
0 commit comments