mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
chore: add remix-development-tools to bolt.new
This commit is contained in:
parent
ffa9f11360
commit
38f8602828
@ -87,6 +87,7 @@
|
||||
"is-ci": "^3.0.1",
|
||||
"node-fetch": "^3.3.2",
|
||||
"prettier": "^3.3.2",
|
||||
"remix-development-tools": "^4.7.2",
|
||||
"typescript": "^5.5.2",
|
||||
"unified": "^11.0.5",
|
||||
"unocss": "^0.61.3",
|
||||
|
||||
1177
pnpm-lock.yaml
1177
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,7 @@ import { defineConfig, type ViteDevServer } from 'vite';
|
||||
import { nodePolyfills } from 'vite-plugin-node-polyfills';
|
||||
import { optimizeCssModules } from 'vite-plugin-optimize-css-modules';
|
||||
import tsconfigPaths from 'vite-tsconfig-paths';
|
||||
import { remixDevTools } from 'remix-development-tools';
|
||||
|
||||
export default defineConfig((config) => {
|
||||
return {
|
||||
@ -15,6 +16,7 @@ export default defineConfig((config) => {
|
||||
include: ['path', 'buffer'],
|
||||
}),
|
||||
config.mode !== 'test' && remixCloudflareDevProxy(),
|
||||
remixDevTools(),
|
||||
remixVitePlugin({
|
||||
future: {
|
||||
v3_fetcherPersist: true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user