mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Storybook: Bring back theme switch (#22826)
This commit is contained in:
parent
cd50da3dbe
commit
22fc1e91f5
@ -35,7 +35,8 @@ module.exports = ({ config, mode }) => {
|
|||||||
test: /\.scss$/,
|
test: /\.scss$/,
|
||||||
use: [
|
use: [
|
||||||
{
|
{
|
||||||
loader: 'style-loader/useable',
|
loader: 'style-loader',
|
||||||
|
options: { injectType: 'lazyStyleTag' }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
loader: 'css-loader',
|
loader: 'css-loader',
|
||||||
@ -77,5 +78,6 @@ module.exports = ({ config, mode }) => {
|
|||||||
config.stats = {
|
config.stats = {
|
||||||
warningsFilter: /export .* was not found in/,
|
warningsFilter: /export .* was not found in/,
|
||||||
};
|
};
|
||||||
|
|
||||||
return config;
|
return config;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user