mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-12 13:50:01 -04:00
internalize vite-plugin-singlefile, fixing compilation on windows
This commit is contained in:
parent
9b03d3e086
commit
fa1d6bb260
4 changed files with 160 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
import { defineConfig } from "vite"
|
||||
import { svelte } from "@sveltejs/vite-plugin-svelte"
|
||||
import { viteSingleFile } from "vite-plugin-singlefile"
|
||||
import { viteSingleFile } from "./vite-singlefile"
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue