Skip to content

Commit

Permalink
dev: Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
isTravis committed Mar 25, 2020
1 parent d87791e commit 1b2d556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .storybook/webpack.config.js
Expand Up @@ -6,9 +6,9 @@ module.exports = ({ config }) => {
test: /\.scss$/,
use: [
{ loader: 'style-loader' }, // creates style nodes from JS strings
{ loader: 'css-loader'}, // translates CSS into CommonJS
{ loader: 'css-loader' }, // translates CSS into CommonJS
{ loader: 'resolve-url-loader' },
{ loader: 'sass-loader', options: {sourceMap: true, sourceMapContents: false} }, // compiles Sass to CSS
{ loader: 'sass-loader', options: { sourceMap: true, sourceMapContents: false } }, // compiles Sass to CSS
],
});
config.module.rules.push({
Expand Down

0 comments on commit 1b2d556

Please sign in to comment.