Skip to content

Commit

Permalink
Fix addon-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed May 16, 2024
1 parent 19fb74d commit 61ecef8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ code/playwright/.cache/
code/bench-results/

/packs
code/.nx/cache
code/.nx/cache
*storybook.log
6 changes: 3 additions & 3 deletions code/addons/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@
},
"bundler": {
"exportEntries": [
"./src/index.ts"
"./src/index.ts",
"./src/shims/mdx-react-shim.ts"
],
"previewEntries": [
"./src/blocks.ts",
Expand All @@ -142,8 +143,7 @@
"nodeEntries": [
"./src/preset.ts",
"./src/csf-loader.ts",
"./src/mdx-loader.ts",
"./src/shims/mdx-react-shim.ts"
"./src/mdx-loader.ts"
]
},
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17",
Expand Down

0 comments on commit 61ecef8

Please sign in to comment.