mirror of
https://github.com/prymitive/karma
synced 2026-02-13 20:59:53 +00:00
committed by
Łukasz Mierzwa
parent
b81185cb01
commit
218ff27954
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## v0.118
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed `listen:prefix` handling that was broken in v0.117 - #5623.
|
||||
|
||||
## v0.117
|
||||
|
||||
### Changed
|
||||
|
||||
@@ -4,6 +4,7 @@ import viteTsconfigPaths from "vite-tsconfig-paths";
|
||||
import legacy from "@vitejs/plugin-legacy";
|
||||
|
||||
export default defineConfig({
|
||||
base: "./",
|
||||
plugins: [react(), viteTsconfigPaths(), legacy()],
|
||||
server: {
|
||||
open: true,
|
||||
|
||||
Reference in New Issue
Block a user