Skip to content

Commit

Permalink
Merge pull request #33 from observerly/chore/configuration/vite
Browse files Browse the repository at this point in the history
chore: amend vite.config.ts in workspace root in @observerly/fits
  • Loading branch information
michealroberts authored Jan 5, 2025
2 parents e211b10 + 4f70a70 commit 092b3f9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,11 @@ import { defineConfig } from 'vite'

import typescript from '@rollup/plugin-typescript'

import { resolve } from 'path'
import { resolve } from 'node:path'

/*****************************************************************************************************************/

export default defineConfig({
test: {
watch: false,
environment: 'happy-dom'
},
plugins: [
typescript({
tsconfig: './tsconfig.json'
Expand Down

0 comments on commit 092b3f9

Please sign in to comment.