Skip to content

Commit

Permalink
feat(vite-plugin-combine): 优化vite-plugin-combine插件'
Browse files Browse the repository at this point in the history
  • Loading branch information
fengxinming committed Apr 10, 2024
1 parent 7d7df24 commit 751aa10
Show file tree
Hide file tree
Showing 34 changed files with 185 additions and 211 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
* [vite-plugin-external](packages/vite-plugin-external) - Provides a way of excluding dependencies from the runtime code and output bundles.
* [vite-plugin-hook-use](packages/vite-plugin-hook-use) - Displays the sequence and frequency of vite calling its hook functions.
* [vite-plugin-include-css](packages/vite-plugin-include-css) - build css into individual js files instead of using css links.
* [vite-plugin-mock-data](packages/vite-plugin-mock-data) - Provides a simple way to mock data
* [vite-plugin-mock-data](packages/vite-plugin-mock-data) - Provides a simple way to mock data.
* [vite-plugin-reverse-proxy](packages/vite-plugin-reverse-proxy) - Makes the script to be served with the text/javascript MIME type instead of module MIME type.
28 changes: 14 additions & 14 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
:root {
--light-hl-0: #0000FF;
--dark-hl-0: #569CD6;
--light-hl-1: #A31515;
--dark-hl-1: #CE9178;
--light-hl-2: #AF00DB;
--dark-hl-2: #C586C0;
--light-hl-3: #000000;
--dark-hl-3: #D4D4D4;
--light-hl-4: #001080;
--dark-hl-4: #9CDCFE;
--light-hl-5: #795E26;
--dark-hl-5: #DCDCAA;
--light-hl-6: #008000;
--dark-hl-6: #6A9955;
--light-hl-0: #A31515;
--dark-hl-0: #CE9178;
--light-hl-1: #AF00DB;
--dark-hl-1: #C586C0;
--light-hl-2: #000000;
--dark-hl-2: #D4D4D4;
--light-hl-3: #001080;
--dark-hl-3: #9CDCFE;
--light-hl-4: #795E26;
--dark-hl-4: #DCDCAA;
--light-hl-5: #008000;
--dark-hl-5: #6A9955;
--light-hl-6: #0000FF;
--dark-hl-6: #569CD6;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 751aa10

Please sign in to comment.