History Links
LocalStorage for reading mode Debugging with Sentry
This commit is contained in:
@@ -1,13 +1,18 @@
|
||||
import { sentryVitePlugin } from "@sentry/vite-plugin";
|
||||
import { defineConfig } from 'vite';
|
||||
import laravel from 'laravel-vite-plugin';
|
||||
import react from '@vitejs/plugin-react';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
laravel({
|
||||
input: 'resources/js/app.jsx',
|
||||
refresh: true,
|
||||
}),
|
||||
react(),
|
||||
],
|
||||
});
|
||||
plugins: [laravel({
|
||||
input: 'resources/js/app.jsx',
|
||||
refresh: true,
|
||||
}), react(), sentryVitePlugin({
|
||||
org: "pokebeacon",
|
||||
project: "cv4-react"
|
||||
})],
|
||||
|
||||
build: {
|
||||
sourcemap: true
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user