Skip to content

Commit

Permalink
[DEL] cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnBra committed Nov 16, 2024
1 parent cf6c8a7 commit fbcb705
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ for Chrome by default.

Running a `dev` command will build your extension and watch for changes in the
source files. Changing the source files will refresh the corresponding
`dist_[chrome|firefox]` folder.
`dist_<chrome|firefox>` folder.

To create an optimized production build, run `yarn build[:chrome|:firefox]`, or
`npm run build[:chrome|:firefox]`.
Expand Down
27 changes: 0 additions & 27 deletions vite.config.chrome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,6 @@ import baseConfig, { baseManifest, baseBuildOptions } from './vite.config.base'

const outDir = resolve(__dirname, 'dist_chrome');

/*
export default mergeConfig(
baseConfig,
defineConfig({
plugins: [
crx({
manifest: {
...baseManifest,
background: {
service_worker: 'src/pages/background/index.ts',
type: 'module'
},
} as ManifestV3Export,
browser: 'chrome',
contentScripts: {
injectCss: true,
}
})
],
build: {
...baseBuildOptions,
outDir
},
})
)
*/

export default mergeConfig(
baseConfig,
defineConfig({
Expand Down

0 comments on commit fbcb705

Please sign in to comment.