Install thevue-tscpackage, which provides the ability to check types in.vuefiles. Add thevue-tsc --noEmitcommand to thebuildscript in package.json: { "scripts": {-"build": "rsbuild build"+"build": "vue-tsc --noEmit && rsbuild build"} } ...
Vue Macros + Vue 3 + Rsbuild demo. Contribute to vue-macros/vue3-rsbuild development by creating an account on GitHub.
"name": "@rsbuild/plugin-vue-jsx", "version": "0.6.2", "version": "0.6.3", "description": "Vue 3 JSX plugin of Rsbuild", "homepage": "https://rsbuild.dev", "repository": { @@ -39,7 +39,7 @@ "typescript": "^5.4.2" }, "peerDependencies": { "@rsbuild/core": "wor...
--ignore-dep vue-loader", "check-spell": "npx cspell", "dev:doc": "cd website && pnpm run dev", "build:doc": "cd website && pnpm run build", "e2e": "cd ./e2e && pnpm test", "e2e:rspack": "cd ./e2e && pnpm test:rspack", "e2e:webpack": "cd ./e2e && pnpm test:...
chenjiahan/rsbuild-repo-split-by-sizePublic generated fromweb-infra-dev/rspack-repro NotificationsYou must be signed in to change notification settings Fork0 Star0 Breadcrumbs rsbuild-repo-split-by-size / pnpm-lock.yaml Latest commit chenjiahan ...
An Rsbuild plugin to automatically inject polyfills for Node.js builtin modules into the browser side. - rsbuild-plugin-node-polyfill/pnpm-lock.yaml at main · rspack-contrib/rsbuild-plugin-node-polyfill