fix: vite-plugin-generate-locales.js

This commit is contained in:
dec0dOS 2023-10-21 14:48:53 +01:00
parent beec9d7d78
commit ba4e5f2001

View file

@ -1,5 +1,8 @@
import fs from "fs"; import fs from "fs";
import path from "path"; import path from "path";
import * as url from "url";
const __dirname = url.fileURLToPath(new URL(".", import.meta.url));
export default function GenerateLocalesPlugin() { export default function GenerateLocalesPlugin() {
return { return {