From d43cb07a7d97565a5a4a43d3b0870b1c39d09839 Mon Sep 17 00:00:00 2001 From: AlttiRi <16310547+AlttiRi@users.noreply.github.com> Date: Tue, 29 Nov 2022 06:47:21 +0300 Subject: [PATCH] Bump --- package-lock.json | 4 ++-- package.json | 2 +- vite.config.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 06fb455..f8feea3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "directory-snapshot-explorer", - "version": "0.2.6", + "version": "0.2.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "directory-snapshot-explorer", - "version": "0.2.6", + "version": "0.2.7", "license": "GPL-3.0", "dependencies": { "@alttiri/util-node-js": "1.1.1", diff --git a/package.json b/package.json index c8edd7e..7f3fc87 100644 --- a/package.json +++ b/package.json @@ -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.", diff --git a/vite.config.js b/vite.config.js index 1e841cf..59891e2 100644 --- a/vite.config.js +++ b/vite.config.js @@ -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