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

Documentation and minor changes #721

Closed
wants to merge 2 commits into from

Conversation

devlopersabbir
Copy link

Here is a simple error solution that I get when working with this.

Here is a simple error solution that I get when working with this.
@changeset-bot
Copy link

changeset-bot bot commented May 28, 2023

⚠️ No Changeset found

Latest commit: 23b838f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented May 28, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vite-plugin-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 23, 2023 9:04am

@devlopersabbir
Copy link
Author

Note: make sure update tsconfig.node.json file (TypeScript)

When you updated your vite.config.ts file then you should get an error called (down below)

manifest.json is not listed within the file list of the project.
Projects must list all files or use an 'include' pattern.

Don't worry, you have to do a simple thing to solve this error.

  • Open your tsconfig.node.json file from the project root directory.
  • Then find the include property.
  • Now update the array with this code. Besides, no need to change anything...
{
  "include": ["vite.config.ts", "manifest.json"]
}

Now the error is gone.😊

Copy link
Author

@devlopersabbir devlopersabbir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

packages/vite-plugin-docs/docs/getting-started/react/00-create-project.md
44 number line to 60 number line

@jacksteamdev jacksteamdev requested a review from AmySteam June 18, 2023 22:54
@jacksteamdev
Copy link
Contributor

@AmySteam Would you mind taking a look at this documentation PR?

@jacksteamdev jacksteamdev added the docs Documentation label Sep 24, 2023
devlopersabbir added a commit to devlopersabbir/chrome-extension-tools that referenced this pull request Oct 23, 2023
@jacksteamdev jacksteamdev added the vite-plugin Related to Vite plugin label Jan 14, 2024
@jacksteamdev
Copy link
Contributor

Closing as duplicate of #812

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation vite-plugin Related to Vite plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants