Skip to content

Commit

Permalink
Remove compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Aug 15, 2024
1 parent 3bb6bb7 commit f75df4b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 957 deletions.
13 changes: 0 additions & 13 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,6 @@ export default {
},
],
});
// for compiled
config.module.rules.push({
test: /\/compiled\.stories.tsx$/,
use: [
{
loader: "@compiled/webpack-loader",
options: {
parserBabelPlugins: ["jsx", "typescript"],
importReact: false,
},
},
],
});
// for linaria
config.module.rules.push({
test: /\/linaria\.stories.tsx$/,
Expand Down
Loading

0 comments on commit f75df4b

Please sign in to comment.