Storybook: Bring back theme switch (#22826)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user