Skip to content

Commit 5b2f88a

Browse files
committed
fix(webpack): cleanup duplicated loader
1 parent a898329 commit 5b2f88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ module.exports = function(env/* @if jasmine || tape || mocha*/, { runTest }/* @e
8181
// @endif
8282
// @if shadow-dom
8383
{ test: /\.scss$/i, issuer: /\.(js|ts)$/, use: [ "to-string-loader", "style-loader", cssLoader, postcssLoader, { loader: "sass-loader", options: { sassOptions: { includePaths: ["node_modules"] } } } ] },
84-
{ test: /\.scss$/i, issuer: /\.html$/, use: [ "to-string-loader", "to-string-loader", cssLoader, postcssLoader, { loader: "sass-loader", options: { sassOptions: { includePaths: ["node_modules"] } } } ] },
84+
{ test: /\.scss$/i, issuer: /\.html$/, use: [ "to-string-loader", cssLoader, postcssLoader, { loader: "sass-loader", options: { sassOptions: { includePaths: ["node_modules"] } } } ] },
8585
// @endif
8686
// @endif
8787
// @if babel

0 commit comments

Comments
 (0)