[go: up one dir, main page]

Skip to content

Commit

Permalink
fix: crepe bundle contains milkdown kit (#1469)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saul-Mirone committed Aug 18, 2024
1 parent 65e479f commit b5c374b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/crepe/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import resolve from '@rollup/plugin-node-resolve'
import esbuild from 'rollup-plugin-esbuild'
import pkg from './package.json' assert { type: 'json' }

const external = [...Object.keys(pkg.dependencies), ...Object.keys(pkg.peerDependencies || {}), /@milkdown\/prose/]
const external = [...Object.keys(pkg.dependencies), ...Object.keys(pkg.peerDependencies || {}), /@milkdown\/kit/]

export default () => {
const jsPlugins = [
Expand Down

0 comments on commit b5c374b

Please sign in to comment.