Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dead link to docs from diagnostic #6913

Merged
merged 1 commit into from
Sep 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/core/core/src/requests/TargetRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,7 @@ function assertTargetsAreNotEntries(
(COMMON_TARGETS[target.name]
? `The "${target.name}" field is an _output_ file path so that your build can be consumed by other tools. `
: '') +
`Change the "${target.name}" field to point to an output file rather than your source code. See https://v2.parceljs.org/configuration/package-json for more information.`,
`Change the "${target.name}" field to point to an output file rather than your source code.`,
],
documentationURL: 'https://v2.parceljs.org/features/targets/',
},
Expand Down