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

fix(boilerplate): clean up mentions of index.js #2762

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andrewsixsixsix
Copy link

Please verify the following:

  • yarn test jest tests pass with new tests, if relevant
  • yarn lint eslint checks pass with new code, if relevant
  • yarn format:check prettier checks pass with new code, if relevant
  • README.md (or relevant documentation) has been updated with your changes

Describe your PR

Cleans up mentions of index.js file, as it is not part of Ignite v9 boilerplate

@@ -31,6 +31,6 @@
"module": "commonjs"
}
},
"include": ["index.js", "App.tsx", "app", "types", "plugins", "app.config.ts"],
"include": ["App.tsx", "app", "types", "plugins", "app.config.ts"],
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we've updated this since and this change doesn't apply anymore. Updating the file tree int he README does seem like a good idea, though, I think that's pretty out of date. @andrewsixsixsix would you like to update this PR? If not we can follow up on that.

Copy link
Author

Choose a reason for hiding this comment

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

@lindboe Feel free to close it if the changes I made are not relevant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants