Commit 22fc1e91 by Dominik Prokop Committed by GitHub

Storybook: Bring back theme switch (#22826)

parent cd50da3d
......@@ -35,7 +35,8 @@ module.exports = ({ config, mode }) => {
test: /\.scss$/,
use: [
{
loader: 'style-loader/useable',
loader: 'style-loader',
options: { injectType: 'lazyStyleTag' }
},
{
loader: 'css-loader',
......@@ -77,5 +78,6 @@ module.exports = ({ config, mode }) => {
config.stats = {
warningsFilter: /export .* was not found in/,
};
return config;
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment