Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 5a188f7

Browse files
committed
cleanup
1 parent 5d98fd2 commit 5a188f7

File tree

5 files changed

+0
-33
lines changed

5 files changed

+0
-33
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
"jsdoc-json": "^2.0.2",
7171
"lerna": "^8.1.9",
7272
"prettier": "^3.4.2",
73-
"rollup-plugin-visualizer": "^5.14.0",
7473
"vitest": "^3.0.4"
7574
}
7675
}

packages/repl/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
},
4747
"devDependencies": {
4848
"@rollup/plugin-replace": "^6.0.2",
49-
"rollup-plugin-visualizer": "^5.14.0",
5049
"vite": "^6.0.11"
5150
}
5251
}

packages/repl/vite.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import { defineConfig } from 'vite';
2-
import { dependencies } from './package.json';
32
import { resolve } from 'path';
4-
// import { visualizer } from 'rollup-plugin-visualizer';
53
import replace from '@rollup/plugin-replace';
64

75
// https://vitejs.dev/config/

pnpm-lock.yaml

Lines changed: 0 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/astro.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import rehypeUrls from 'rehype-urls';
88

99
import tailwind from '@astrojs/tailwind';
1010
import AstroPWA from '@vite-pwa/astro';
11-
// import { visualizer } from 'rollup-plugin-visualizer';
1211

1312
const site = `https://strudel.cc/`; // root url without a path
1413
const base = '/'; // base path of the strudel site

0 commit comments

Comments
 (0)