Skip to content

Commit

Permalink
delete carry over comments
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK committed Aug 6, 2024
1 parent ab59285 commit 9f87482
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions packages/overlay/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,6 @@ const removeReactDevToolsMessagePlugin: () => PluginOption = () => ({

// https://vitejs.dev/config/
export default defineConfig({
// {
// input: [ 'src/index.bundle.ts' ],
// output: {
// entryFileNames: [Function: entryFileNames],
// dir: 'build',
// sourcemap: true,
// strict: false,
// esModule: false,
// format: 'iife',
// name: 'Sentry',
// intro: [Function: intro]
// },
// treeshake: 'smallest',
// context: 'window'
// },
plugins: [
react(),
dts({
Expand Down

0 comments on commit 9f87482

Please sign in to comment.