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
Establish a release pattern: Releases are currently ad hoc with arbitrary suffixes. Consider aligning the package release process with the current general release process or standardizing the versioning pattern.
Code Cleanup
Ensure VEDA faux module dependency + dom router dependency doesn't exist in the library: Based on our library building result, something is still depending on VEDA faux module. (This is why the result includes various media from the stories.) Trace down where this dependency happens and remove it. It might be faster to just look up any import from 'veda' in component folder and replace it.
Review Next.js build configuration: Optimize the configuration for using Next.js as a Static Site Generator (SSG).
Review subpath routing pattern: Most deployments use subpaths (e.g., /dashboard). Address asset routing issues by establishing a robust subpath handling mechanism in the Next.js instance, replacing reliance on Parcel's baseurl.
The text was updated successfully, but these errors were encountered:
hanbyul-here
changed the title
Streamline Package Release and Next.js Deployment related to refactoring
Streamline Package Release, Code cleanup and Next.js Deployment related to refactoring
Jan 8, 2025
Each of the item can be a separate issue. Using this issue to collect the items.
Package Management
Code Cleanup
Type Definitions
Instance optimization
The text was updated successfully, but these errors were encountered: