Skip to content

Commit

Permalink
don't copy ignored files into ./dist
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke committed Jan 14, 2025
1 parent 40335a2 commit 303c09f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/commands/transpile.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ function transpileCommand(argv) {
'-s', // include sourcemaps
'-D', // copy over non-compilable files
'--delete-dir-on-start', // clean
'--no-copy-ignored', // don't copy ignored files
'--config-file', `${__dirname}${path.sep}transpile-babel.config.json`,
]);

Expand Down

0 comments on commit 303c09f

Please sign in to comment.