Skip to content

Conversation

pankajpatel
Copy link
Member

No description provided.

@@ -7,5 +7,6 @@ module.exports = function(source) {
const { html, stopNode, render } = require('@modulor-js/html');

module.exports = (${options.variable}, $container) => render(html\`${source}\`, $container);
export default module.exports;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like it makes sense to leave only default export here without module.exports, like:

export default (${options.variable}, $container) => ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants