Skip to content

Commit 368e528

Browse files
committed
fix: mini-css-extract-plugin configuration options
1 parent 84c7d48 commit 368e528

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/scripts/src/config/loaderHelpers.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,7 @@ export function getStyleLoaderUses(
119119
{
120120
loader: MiniCssExtractPlugin.loader,
121121
options: {
122-
hmr: isDev,
123-
publicpath: isDev ? publicPathUrl : '',
124-
sourceMap: true,
122+
publicPath: isDev ? publicPathUrl : '',
125123
},
126124
},
127125
{

0 commit comments

Comments
 (0)