From 3c5d67cf519964d257fe82f049d4a676f0f07fff Mon Sep 17 00:00:00 2001 From: Perry Mitchell Date: Thu, 12 May 2022 22:28:27 +0300 Subject: [PATCH] Fix build --- src/components/meter.js | 2 +- webpack.config.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/meter.js b/src/components/meter.js index 8a577aa..175cc8e 100644 --- a/src/components/meter.js +++ b/src/components/meter.js @@ -3,7 +3,7 @@ import React, { Component } from "react"; import zxcvbn from "zxcvbn"; import cx from "classnames"; import styled from "styled-components"; -import { MDInfo as InfoIcon, MdWarning as WarningIcon } from "react-icons/md"; +import { MdInfo as InfoIcon, MdWarning as WarningIcon } from "react-icons/md"; import { colors } from "../variables"; class Meter extends Component { diff --git a/webpack.config.js b/webpack.config.js index f84cfea..ec91c73 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -32,11 +32,9 @@ module.exports = { loader: MiniCssExtractPlugin.loader }, 'css-loader', // translates CSS into CommonJS - // 'sass-loader' // compiles Sass to CSS, using Node Sass by default { loader: 'sass-loader', options: { - indentedSyntax: true, implementation: sass } }