Skip to content

Commit

Permalink
Revert "chore: bundle doc assets"
Browse files Browse the repository at this point in the history
This reverts commit 1fc24e2.
  • Loading branch information
egoist committed Mar 31, 2021
1 parent 1fc24e2 commit b797009
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
2 changes: 0 additions & 2 deletions docs/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import path from 'path'
import { UserConfig } from 'vite'
import prefresh from '@prefresh/vite'
import windicss from 'vite-plugin-windicss'
import { bundleDocsPlugin } from '../scripts/bundle-docs'

const pkg = require('../package.json')

Expand Down Expand Up @@ -43,7 +42,6 @@ const config: UserConfig = {
dirs: [path.resolve('src')],
},
}),
bundleDocsPlugin,
],
}

Expand Down
31 changes: 0 additions & 31 deletions scripts/bundle-docs.ts

This file was deleted.

0 comments on commit b797009

Please sign in to comment.