We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c4d19b commit 50c77afCopy full SHA for 50c77af
4 files changed
config/rollup.config.js
@@ -6,7 +6,7 @@ export default function (config) {
6
return {
7
input: 'src/turndown.js',
8
output: config.output,
9
- external: ['jsdom'],
+ external: ['domino'],
10
plugins: [
11
commonjs(),
12
replace({ 'process.browser': JSON.stringify(!!config.browser) }),
0 commit comments