We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4fea96 commit 8b11931Copy full SHA for 8b11931
packages/webpack-plugin/lib/index.js
@@ -1884,8 +1884,7 @@ try {
1884
})
1885
const insertStripLoaders = (index) => {
1886
if (index !== -1) {
1887
- loaders.splice(index, 0, { loader: styleStripConditionalPath })
1888
- loaders.splice(index + 2, 0, { loader: styleStripConditionalPath })
+ loaders.splice(index + 1, 0, { loader: styleStripConditionalPath })
1889
return true
1890
}
1891
return false
0 commit comments