Skip to content

Commit

Permalink
build(projects): update plugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Nov 8, 2022
1 parent cc00c8f commit 6a344ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
4 changes: 2 additions & 2 deletions build/plugins/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import vueJsx from '@vitejs/plugin-vue-jsx';
import unocss from '@unocss/vite';
import { VitePWA } from 'vite-plugin-pwa';
import progress from 'vite-plugin-progress';
import routerPage from '@soybeanjs/router-page';
import html from './html';
import unplugin from './unplugin';
import mock from './mock';
import visualizer from './visualizer';
import compress from './compress';
import soybeanjs from './soybeanjs';

/**
* vite插件
Expand All @@ -25,7 +25,7 @@ export function setupVitePlugins(viteEnv: ImportMetaEnv): (PluginOption | Plugin
unocss(),
mock,
progress(),
soybeanjs()
routerPage()
];

if (viteEnv.VITE_VISUALIZER === 'Y') {
Expand Down
18 changes: 0 additions & 18 deletions build/plugins/soybeanjs.ts

This file was deleted.

1 comment on commit 6a344ff

@vercel
Copy link

@vercel vercel bot commented on 6a344ff Nov 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.