Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed May 12, 2022
1 parent 2d795fa commit 3c5d67c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/meter.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 0 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 3c5d67c

Please sign in to comment.