Skip to content

Commit

Permalink
fix: pass expressions options to components
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Sep 30, 2022
1 parent 9a5df88 commit 558d4cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/generators/posthtml.js
Expand Up @@ -47,6 +47,7 @@ module.exports = async (html, config) => {
)
),
modules({
expressions: expressionsOptions,
parser: posthtmlOptions,
attributeAsLocals: true,
from: modulesFrom,
Expand Down

0 comments on commit 558d4cd

Please sign in to comment.