refactor(CLI): integrate Rsbuild to build website (#12481)

This commit is contained in:
neverland
2023-12-02 21:04:39 +08:00
committed by GitHub
parent 17a65c1471
commit b09b807fe0
10 changed files with 1132 additions and 304 deletions
+2
View File
@@ -41,6 +41,8 @@ export const STYLE_DEPS_JSON_FILE = join(DIST_DIR, 'style-deps.json');
// Config files
export const POSTCSS_CONFIG_FILE = join(CJS_DIR, 'postcss.config.cjs');
export const MD_LOADER = join(CJS_DIR, 'md-loader.cjs');
export const SCRIPT_EXTS = [
'.js',
'.jsx',