create-rsbuild 1.0.0 → 1.0.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.js +1546 -67
- package/package.json +15 -6
- package/template-biome/biome.json +25 -0
- package/template-biome/package.json +12 -0
- package/template-eslint/common-js/eslint.config.mjs +8 -0
- package/template-eslint/common-js/package.json +13 -0
- package/template-eslint/common-ts/eslint.config.mjs +10 -0
- package/template-eslint/common-ts/package.json +14 -0
- package/template-eslint/react-js/eslint.config.mjs +29 -0
- package/template-eslint/react-js/package.json +16 -0
- package/template-eslint/react-ts/eslint.config.mjs +31 -0
- package/template-eslint/react-ts/package.json +17 -0
- package/template-eslint/svelte-js/eslint.config.mjs +20 -0
- package/template-eslint/svelte-js/package.json +14 -0
- package/template-eslint/svelte-ts/eslint.config.mjs +28 -0
- package/template-eslint/svelte-ts/package.json +16 -0
- package/template-eslint/vue-js/eslint.config.mjs +10 -0
- package/template-eslint/vue-js/package.json +14 -0
- package/template-eslint/vue-ts/eslint.config.mjs +12 -0
- package/template-eslint/vue-ts/package.json +15 -0
- package/template-lit-js/package.json +4 -2
- package/template-lit-ts/package.json +4 -2
- package/template-lit-ts/tsconfig.json +4 -1
- package/template-preact-js/package.json +17 -0
- package/template-preact-js/rsbuild.config.mjs +6 -0
- package/template-preact-js/src/App.css +26 -0
- package/template-preact-js/src/App.jsx +12 -0
- package/template-preact-js/src/index.jsx +4 -0
- package/template-preact-ts/package.json +18 -0
- package/template-preact-ts/rsbuild.config.ts +6 -0
- package/template-preact-ts/src/App.css +26 -0
- package/template-preact-ts/src/App.tsx +12 -0
- package/template-preact-ts/src/index.tsx +7 -0
- package/template-preact-ts/tsconfig.json +22 -0
- package/template-prettier/.prettierignore +4 -0
- package/template-prettier/.prettierrc +3 -0
- package/template-prettier/package.json +11 -0
- package/template-react-js/package.json +2 -2
- package/template-react-ts/package.json +5 -5
- package/template-react-ts/src/index.tsx +9 -6
- package/template-react-ts/tsconfig.json +4 -1
- package/template-solid-js/package.json +1 -1
- package/template-solid-js/rsbuild.config.mjs +6 -1
- package/template-solid-js/src/index.jsx +1 -1
- package/template-solid-ts/package.json +2 -2
- package/template-solid-ts/rsbuild.config.ts +6 -1
- package/template-solid-ts/src/index.tsx +4 -1
- package/template-solid-ts/tsconfig.json +4 -1
- package/template-svelte-js/package.json +1 -1
- package/template-svelte-js/src/index.js +1 -4
- package/template-svelte-ts/package.json +5 -3
- package/template-svelte-ts/src/index.ts +1 -4
- package/template-svelte-ts/tsconfig.json +7 -1
- package/template-vanilla-ts/package.json +1 -1
- package/template-vanilla-ts/tsconfig.json +4 -1
- package/template-vue2-js/src/index.js +1 -1
- package/template-vue2-ts/package.json +1 -1
- package/template-vue2-ts/src/index.ts +1 -1
- package/template-vue2-ts/tsconfig.json +5 -1
- package/template-vue3-js/.vscode/extensions.json +3 -0
- package/template-vue3-js/package.json +1 -1
- package/template-vue3-js/src/index.js +1 -1
- package/template-vue3-ts/.vscode/extensions.json +3 -0
- package/template-vue3-ts/package.json +2 -2
- package/template-vue3-ts/src/env.d.ts +1 -0
- package/template-vue3-ts/src/index.ts +1 -1
- package/template-vue3-ts/tsconfig.json +6 -1
- package/CHANGELOG.md +0 -86
- package/dist/index.d.ts +0 -2
- package/modern.config.ts +0 -3
- package/tsconfig.json +0 -8