We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3bab7d commit 51745e4Copy full SHA for 51745e4
.changeset/tricky-buckets-join.md
@@ -0,0 +1,5 @@
1
+---
2
+'cf-cleaner': patch
3
4
+
5
+fix: add missing .js suffix
src/index.ts
@@ -6,7 +6,7 @@ import { unified } from 'unified'
6
import type { MinimalDuplex } from 'unified-stream'
7
import { stream } from 'unified-stream'
8
9
-import { rehypeConfluence } from './rehype-confluence'
+import { rehypeConfluence } from './rehype-confluence.js'
10
11
const getProcessor = (minify?: boolean | undefined) => {
12
let processor = unified()
0 commit comments