1
0

chore: only use api version as it is coming from the same codebase

This commit is contained in:
kolaente
2024-02-08 23:13:20 +01:00
parent aab36eb89c
commit 4a66c2202f
6 changed files with 3 additions and 22 deletions

View File

@ -19,8 +19,6 @@ import postcssEasingGradients from 'postcss-easing-gradients'
const pathSrc = fileURLToPath(new URL('./src', import.meta.url))
import {VERSION} from './src/version.json'
// the @use rules have to be the first in the compiled stylesheets
const PREFIXED_SCSS_STYLES = `@use "sass:math";
@import "${pathSrc}/styles/common-imports";`
@ -46,7 +44,6 @@ function getSentryConfig(env: ImportMetaEnv): ViteSentryPluginOptions {
authToken: env.SENTRY_AUTH_TOKEN,
org: env.SENTRY_ORG,
project: env.SENTRY_PROJECT,
release: VERSION,
cleanSourcemapsAfterUpload: true,
legacyErrorHandlingMode: true,
deploy: {