Marek Piasecki
2 years ago
10 changed files with 131 additions and 43 deletions
@ -1,13 +0,0 @@ |
|||||
{ |
|
||||
"name": "fuzzyhome", |
|
||||
"description": "A power user oriented new-tab page that enables lightning speed navigation through the dark magic of fuzzy finding.", |
|
||||
"version": "2.2.0", |
|
||||
"manifest_version": 3, |
|
||||
"permissions": [ |
|
||||
"bookmarks", |
|
||||
"storage" |
|
||||
], |
|
||||
"chrome_url_overrides": { |
|
||||
"newtab": "dist/index.html" |
|
||||
} |
|
||||
} |
|
@ -1,7 +1,8 @@ |
|||||
import { imba } from 'vite-plugin-imba'; |
import { imba } from 'vite-plugin-imba'; |
||||
import { defineConfig } from 'vite'; |
import { defineConfig } from 'vite'; |
||||
|
import { viteSingleFile } from "vite-plugin-singlefile" |
||||
|
|
||||
export default defineConfig({ |
export default defineConfig({ |
||||
base: '', |
base: '', |
||||
plugins: [imba()], |
plugins: [imba(), viteSingleFile({removeViteModuleLoader: true})], |
||||
}); |
}); |
||||
|
Loading…
Reference in new issue