Configure storybook

This commit is contained in:
SleepWalker
2019-12-09 09:47:51 +02:00
parent 76679f03a6
commit c93a1368f7
11 changed files with 2790 additions and 122 deletions

View File

@@ -131,7 +131,7 @@ const webpackConfig = {
module: {
rules: [
{
test: /\.scss$/,
test: /\.s?css$/,
use: [
'style-loader',
{