Skip to content

Commit

Permalink
Merge pull request #7 from kemuridama/resolves-issue-6
Browse files Browse the repository at this point in the history
Use `@storybook/manager-api` instead of `@storybook/addons`
  • Loading branch information
kemuridama committed Jul 2, 2023
2 parents dbb0c0d + e2a478d commit 938b783
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 108 deletions.
7 changes: 1 addition & 6 deletions .babelrc.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
module.exports = {
presets: [
"@babel/preset-env",
["@babel/preset-env", { modules: false }],
"@babel/preset-typescript",
["@babel/preset-react", { runtime: "automatic" }],
],
env: {
esm: {
presets: [["@babel/preset-env", { modules: false }]],
},
},
};
1 change: 1 addition & 0 deletions manager.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import "./dist/manager";
Loading

0 comments on commit 938b783

Please sign in to comment.