Skip to content

Commit

Permalink
Remove Flow suppression for require.resolve options (#9160)
Browse files Browse the repository at this point in the history
  • Loading branch information
imbrian authored Jul 31, 2023
1 parent 16deba5 commit 2c3db37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/parcel/src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ async function run(
let options = await normalizeOptions(command, fs);
let parcel = new Parcel({
entries,
// $FlowFixMe[extra-arg] - flow doesn't know about the `paths` option (added in Node v8.9.0)
defaultConfig: require.resolve('@parcel/config-default', {
paths: [fs.cwd(), __dirname],
}),
Expand Down

0 comments on commit 2c3db37

Please sign in to comment.