Skip to content

Commit

Permalink
v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewJSchoen committed Dec 14, 2022
1 parent 7c38a71 commit 5df284a
Show file tree
Hide file tree
Showing 67 changed files with 31,607 additions and 31,625 deletions.
4 changes: 2 additions & 2 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const svgrPlugin = require("vite-plugin-svgr");
// const svgrPlugin = require("vite-plugin-svgr");
module.exports = {
"stories": ["../src/**/*.stories.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
"addons": ["@storybook/addon-links", "@storybook/addon-essentials", "@storybook/addon-interactions"],
Expand All @@ -13,7 +13,7 @@ module.exports = {
async viteFinal(config, {
configType
}) {
config.plugins = [...config.plugins, svgrPlugin.default()], config.assetsInclude = ["**/*.svg"];
config.plugins = [...config.plugins], config.assetsInclude = ["**/*.svg"];
return config;
}
};
Loading

0 comments on commit 5df284a

Please sign in to comment.