feat: Screwdriver v1.0.0
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import { crx } from '@crxjs/vite-plugin'
|
||||
import manifest from './manifest.json' with { type: 'json' }
|
||||
|
||||
export default defineConfig({
|
||||
build: {
|
||||
emptyOutDir: true,
|
||||
rollupOptions: {
|
||||
input: {
|
||||
popup: 'src/popup/popup.html',
|
||||
options: 'src/options/options.html',
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [crx({ manifest })],
|
||||
})
|
||||
Reference in New Issue
Block a user