Skip to content

Commit

Permalink
Merge pull request #353 from domchristie/refactor/switch-node-engines
Browse files Browse the repository at this point in the history
Slim down DOM parser with domino
  • Loading branch information
domchristie committed Oct 8, 2020
2 parents 5c4d19b + 98f7f37 commit 1c79388
Show file tree
Hide file tree
Showing 4 changed files with 179 additions and 72 deletions.
2 changes: 1 addition & 1 deletion config/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function (config) {
return {
input: 'src/turndown.js',
output: config.output,
external: ['jsdom'],
external: ['domino'],
plugins: [
commonjs(),
replace({ 'process.browser': JSON.stringify(!!config.browser) }),
Expand Down

0 comments on commit 1c79388

Please sign in to comment.