-
Notifications
You must be signed in to change notification settings - Fork 39
Improvements #597
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
base: main
Are you sure you want to change the base?
Improvements #597
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR modernizes the solid-ui library build system and development workflow, dropping Node.js 18 support in favor of more modern tooling and ESM/UMD bundles.
- Replaced babel-based compilation with TypeScript, webpack for multiple bundle formats (UMD/ESM)
- Updated import/export statements from CommonJS to ES modules throughout the codebase
- Modernized configuration files and improved linting rules
Reviewed Changes
Copilot reviewed 123 out of 149 changed files in this pull request and generated 3 comments.
Show a summary per file
File | Description |
---|---|
webpack.config.js | Complete rewrite to generate multiple bundle formats (UMD/ESM, minified/unminified, with/without rdflib) |
package.json | Updated build scripts, dependencies, and main entry points for new build system |
src/ files | Mass conversion from import * as ns to import ns and similar module import modernization |
test/ files | Updated imports and removed unused variables to match new module system |
config files | New babel.config.js, updated eslint.config.mjs, removed .babelrc |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
This is work done to improve different aspects of the library: