Skip to content

Commit

Permalink
feat(Overview): refactor Rsdoctor Overview UI (#650)
Browse files Browse the repository at this point in the history
Co-authored-by: yifancong <[email protected]>
  • Loading branch information
nyqykk and easy1090 authored Dec 25, 2024
1 parent 8d95986 commit fb294f9
Show file tree
Hide file tree
Showing 62 changed files with 1,731 additions and 749 deletions.
1 change: 1 addition & 0 deletions packages/client/rsbuild.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { pluginSass } from '@rsbuild/plugin-sass';
import serve from 'serve-static';
import path from 'path';
import fs from 'fs';

import {
ClientEntry,
DistPath,
Expand Down
17 changes: 10 additions & 7 deletions packages/components/modern.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ import { moduleTools, defineConfig } from '@modern-js/module-tools';

export default defineConfig({
plugins: [moduleTools()],
buildConfig:
{
buildType: 'bundleless',
format: 'esm',
target: "es2020",
outDir: './dist',
dts: {},
buildConfig: {
buildType: 'bundleless',
format: 'esm',
target: 'es2020',
outDir: './dist',
asset: {
svgr: {
include: /\.svg$/,
},
},
},
});
5 changes: 5 additions & 0 deletions packages/components/src/common/svg/bundle-size.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/components/src/common/svg/error.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/components/src/common/svg/file-css.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions packages/components/src/common/svg/file-html.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/components/src/common/svg/file-image.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions packages/components/src/common/svg/file-js.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/components/src/common/svg/file-unknown.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fb294f9

Please sign in to comment.