Skip to content

Commit

Permalink
Inject shims if needed (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell authored Mar 5, 2024
1 parent 25beae6 commit f24fc2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/curvy-carrots-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"markdownlayer": patch
---

Inject shims if needed
1 change: 1 addition & 0 deletions packages/markdownlayer/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default defineConfig((options: Options) => ({
dts: true,
minify: false,
clean: true,
shims: true,
sourcemap: true,
external: ['react', 'react-dom', 'react/jsx-runtime', 'next', 'chokidar', 'webpack'],
...options,
Expand Down

0 comments on commit f24fc2b

Please sign in to comment.