chore: reduce bundle size

This commit is contained in:
josc146
2023-03-20 00:10:40 +08:00
parent 8c499fbbe1
commit 47e56f962a
18 changed files with 157 additions and 68 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import FileSaver from 'file-saver'
import { render } from 'preact'
import FloatingToolbar from '../FloatingToolbar'
import { useClampWindowSize } from '../../hooks/use-clamp-window-size'
import { defaultConfig, getUserConfig } from '../../config'
import { defaultConfig, getUserConfig } from '../../config/index.mjs'
const logo = Browser.runtime.getURL('logo.png')