You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: improve generating new package and component scripts (#11420)
- Move the bundle from the root folder to the `src` folder and update the test page to use Vite environment variables for resolving the bundle path.
- Remove the `componentName` and `tagName` options from both the CLI and the configuration wizard.
- Update the test specification file to use the correct tag for the initially created component, replacing the previously "hardcoded-button" tag with the component's actual tag.
- Ensure that all new components are generated with the `my-` prefix, maintaining consistent naming whether the component name is a single word or multiple words.
0 commit comments