Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: remove vite-plugin-inspect
  • Loading branch information
Akryum committed Nov 11, 2022
1 parent a54efad commit df6a7fb
Show file tree
Hide file tree
Showing 3 changed files with 293 additions and 51 deletions.
1 change: 0 additions & 1 deletion packages/histoire/package.json
Expand Up @@ -69,7 +69,6 @@
"shiki": "0.10.1",
"sirv": "^2.0.2",
"tinypool": "^0.1.2",
"vite-plugin-inspect": "^0.7.5",
"vite-node": "0.23.4"
},
"peerDependencies": {
Expand Down
3 changes: 0 additions & 3 deletions packages/histoire/src/node/vite.ts
Expand Up @@ -9,7 +9,6 @@ import {
} from 'vite'
import { lookup as lookupMime } from 'mrmime'
import fs from 'fs-extra'
import ViteInspect from 'vite-plugin-inspect'
import { APP_PATH, TEMP_PATH } from './alias.js'
import { Context } from './context.js'
import { notifyStoryChange } from './stories.js'
Expand Down Expand Up @@ -117,8 +116,6 @@ export async function getViteConfigWithPlugins (isServer: boolean, ctx: Context)
return result
}

plugins.push(ViteInspect())

plugins.push({
name: 'histoire-vite-plugin',

Expand Down

0 comments on commit df6a7fb

Please sign in to comment.