Skip to content

Commit

Permalink
Merge pull request #579 from mathjax/pack-display
Browse files Browse the repository at this point in the history
Show all modules during packing
  • Loading branch information
dpvc authored Feb 9, 2021
2 parents e49064d + 58995a9 commit 2ad29aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/bin/makeAll
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function webpackLib(dir) {
const wd = process.cwd();
try {
process.chdir(dir);
const result = execSync('npx webpack --stats-modules');
const result = execSync('npx webpack --display-modules');
console.info(' ' + String(result).replace(/\n/g, '\n ')
.replace(/ \.\.\//g, ' ' + path.dirname(path.resolve(dir)) + '/')
.replace(compRE, '[components]')
Expand Down

0 comments on commit 2ad29aa

Please sign in to comment.