diff --git a/index.js b/index.js index 99752da7..5a7c0e05 100644 --- a/index.js +++ b/index.js @@ -46,7 +46,10 @@ module.exports = { registry.add('htmlbars-ast-plugin', { name: 'remove-configuration-html-comments', - plugin: RemoveConfigurationHtmlComments() + plugin: RemoveConfigurationHtmlComments(), + baseDir: function() { + return __dirname; + } }); } };