Skip to content

Commit cd5ef16

Browse files
Remove vite (#4086)
* remove vite * remove vite --------- Co-authored-by: ScriptedAlchemy <[email protected]>
1 parent b6fdda7 commit cd5ef16

File tree

180 files changed

+2737
-7386
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+2737
-7386
lines changed

pnpm-lock.yaml

+2,734-2,885
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

react-manifest-example/remote1/rsbuild.config.ts

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ export default defineConfig({
2020
'./button': './src/button.tsx',
2121
'./app': './src/app.tsx',
2222
},
23+
manifest: {
24+
filePath: 'manifestpath'
25+
},
2326
shared: [
2427
'react',
2528
'react-dom',

vite-react-microfrontends/README.md

-21
This file was deleted.

vite-react-microfrontends/cypress.env.json

-4
This file was deleted.
-79.6 KB
Binary file not shown.

vite-react-microfrontends/e2e.ci.js

-21
This file was deleted.

vite-react-microfrontends/e2e/tests/commonChecks.cy.ts

-44
This file was deleted.

vite-react-microfrontends/e2e/tests/hostChecks.cy.ts

-142
This file was deleted.

vite-react-microfrontends/e2e/tests/runAll.cy.ts

-2
This file was deleted.

vite-react-microfrontends/host/.gitignore

-24
This file was deleted.

vite-react-microfrontends/host/index.html

-29
This file was deleted.

vite-react-microfrontends/host/module-federation/federation.config.cjs

-13
This file was deleted.

vite-react-microfrontends/host/package.json

-25
This file was deleted.

vite-react-microfrontends/host/public/vite.svg

-1
This file was deleted.

vite-react-microfrontends/host/src/App.css

-25
This file was deleted.

0 commit comments

Comments
 (0)