Skip to content

Commit

Permalink
Merge branch 'release-1.7.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
jsconan committed Dec 9, 2022
2 parents a845f7c + 8c6d1f0 commit bcc40f5
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 108 deletions.
3 changes: 2 additions & 1 deletion build/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ Handlebars.Visitor.prototype.accept = function() {
};
/* --------------------------------------------------------- */

const inputs = glob.sync(path.join(srcDir, '**', '*.js'));
const globPath = p => p.replace(/\\/g, '/');
const inputs = glob.sync(globPath(path.join(srcDir, '**', '*.js')));

/**
* Define all modules as external, so rollup won't bundle them together.
Expand Down
Loading

0 comments on commit bcc40f5

Please sign in to comment.