Skip to content

Commit

Permalink
fix(bundle-source): Mention --no-transforms in bundle-source usage
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Jun 21, 2024
1 parent ad1706a commit 5da60c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bundle-source/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { parseArgs } from 'util';
import { jsOpts, jsonOpts, makeNodeBundleCache } from '../cache.js';

const USAGE =
'bundle-source [--cache-js | --cache-json] cache/ module1.js bundleName1 module2.js bundleName2 ...';
'bundle-source [-T,--no-transforms] [--cache-js | --cache-json] cache/ module1.js bundleName1 module2.js bundleName2 ...';

const options = /** @type {const} */ ({
'no-transforms': {
Expand Down

0 comments on commit 5da60c8

Please sign in to comment.