Skip to content
Permalink
Browse files Browse the repository at this point in the history
expose ignoreIncludes on mjml2html
  • Loading branch information
kmcb777 committed May 5, 2020
1 parent 21034a7 commit 30e29ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/mjml-core/src/index.js
Expand Up @@ -82,6 +82,7 @@ export default function mjml2html(mjml, options = {}) {
keepComments,
minify = false,
minifyOptions = {},
ignoreIncludes = false,
juiceOptions = {},
juicePreserveTags = null,
skeleton = defaultSkeleton,
Expand All @@ -102,6 +103,7 @@ export default function mjml2html(mjml, options = {}) {
filePath,
actualPath,
preprocessors,
ignoreIncludes,
})
}

Expand Down

0 comments on commit 30e29ed

Please sign in to comment.