mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
feat: improve dom application method
This commit is contained in:
+1
-2
@@ -18,7 +18,7 @@ import { firefox } from './src/manifests/firefox';
|
||||
import { opera } from './src/manifests/opera';
|
||||
import { safari } from './src/manifests/safari';
|
||||
import { crx } from '@crxjs/vite-plugin';
|
||||
import shadowDom from './lib/shadowDom';
|
||||
|
||||
import touchGlobalCSSPlugin from './lib/touchGlobalCSS';
|
||||
const targets: BuildTarget[] = [
|
||||
chrome, brave, edge, firefox, opera, safari
|
||||
@@ -40,7 +40,6 @@ export default defineConfig(({ command }) => ({
|
||||
browser: mode.toLowerCase() === "firefox" ? "firefox" : "chrome"
|
||||
}),
|
||||
updateManifestPlugin(),
|
||||
shadowDom(),
|
||||
touchGlobalCSSPlugin(),
|
||||
...(command === 'build' ? [ClosePlugin()] : [])
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user