Skip to content

Commit b20d542

Browse files
authoredFeb 24, 2024··
refactor: share code with vite runtime (#15907)
1 parent 42fd11c commit b20d542

Some content is hidden

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

73 files changed

+372
-553
lines changed
 

‎.eslintrc.cjs

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ module.exports = defineConfig({
145145
},
146146
{
147147
files: ['packages/vite/src/node/**'],
148+
excludedFiles: '**/__tests__/**',
148149
rules: {
149150
'no-console': ['error'],
150151
},

‎.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
packages/*/CHANGELOG.md
2+
packages/vite/src/node/ssr/runtime/__tests__/fixtures
23
playground-temp/
34
dist/
45
temp/

0 commit comments

Comments
 (0)
Please sign in to comment.