Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AlttiRi committed Nov 29, 2022
1 parent db556a2 commit d43cb07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.6",
"version": "0.2.7",
"type": "module",
"name": "directory-snapshot-explorer",
"description": "Local files index viewer. File explorer for JSON snapshots with meta information of local files. Scanner for creating snapshots is included.",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ const demoPath = `/?filepath=${demoScanFilepath}&sort=size&desc=true`;
export default defineConfig({
plugins: [
vue(),
splitVendorChunkPlugin(),
cssBundlePlugin({
bundleToOverwrite: "index.css",
importFromModule: false,
ignoreFiles: ["index.html"]
}),
splitVendorChunkPlugin(),
],
server: {
open: demoPath
Expand Down

0 comments on commit d43cb07

Please sign in to comment.