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

feat: add a vanilla TS project built with Rsbuild #149

Merged
merged 7 commits into from
Aug 19, 2024

Commits on Aug 18, 2024

  1. feat: add a vanilla TS project built with Rsbuild

    Use the same shared code as in other project.
    The dev server and the build process are very fast!
    
    ```
    Rsbuild v1.0.1-beta.14
    
    ● web ━━━━━━━━━━━━━━━━━━━━━━━━━ (100%) emitting after emit
    
    ready   Compiled in 0.47 s (web)
    info    Production file sizes for web:
    
      File                                  Size        Gzipped
      dist/index.html                       0.37 kB     0.25 kB
      dist/static/js/index.18915e19.js      3.4 kB      1.6 kB
      dist/static/css/index.143c2b7c.css    4.6 kB      1.5 kB
      dist/static/js/843.89efea31.js        431.3 kB    116.3 kB
    
      Total size:  439.6 kB
      Gzipped size:  119.7 kB
    ```
    tbouffard committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    be2c63d View commit details
    Browse the repository at this point in the history
  2. add rsbuild favicon

    tbouffard committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    9fb3353 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6c1759 View commit details
    Browse the repository at this point in the history
  4. configure favicon

    tbouffard committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    0969f92 View commit details
    Browse the repository at this point in the history
  5. configure page title

    tbouffard committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    a59a104 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    01bb7d6 View commit details
    Browse the repository at this point in the history
  7. move favicon

    tbouffard committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    80fa459 View commit details
    Browse the repository at this point in the history