Skip to content

Commit 0d015b2

Browse files
author
Patrick Taddey
committed
Removed default options for the StyleLoader
1 parent 5b585f1 commit 0d015b2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/loaders/css-extract.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ module.exports = {
2424
prependLoaders(webpackConfig, loaders) {
2525
if (!webpackConfig.extractCss) {
2626

27-
const options = {
28-
sourceMap: webpackConfig.useSourceMaps,
29-
};
27+
const options = {};
3028

3129
// If the CSS extraction is disabled, use the
3230
// style-loader instead.

0 commit comments

Comments
 (0)