Skip to content

Commit 5df284a

Browse files
committed
v0.8.5
1 parent 7c38a71 commit 5df284a

File tree

67 files changed

+31607
-31625
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+31607
-31625
lines changed

.storybook/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const svgrPlugin = require("vite-plugin-svgr");
1+
// const svgrPlugin = require("vite-plugin-svgr");
22
module.exports = {
33
"stories": ["../src/**/*.stories.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
44
"addons": ["@storybook/addon-links", "@storybook/addon-essentials", "@storybook/addon-interactions"],
@@ -13,7 +13,7 @@ module.exports = {
1313
async viteFinal(config, {
1414
configType
1515
}) {
16-
config.plugins = [...config.plugins, svgrPlugin.default()], config.assetsInclude = ["**/*.svg"];
16+
config.plugins = [...config.plugins], config.assetsInclude = ["**/*.svg"];
1717
return config;
1818
}
1919
};

0 commit comments

Comments
 (0)