mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-24 07:23:24 +02:00
chore: run biome
This commit is contained in:
parent
7bcd217e4a
commit
2e641adca2
@ -4,7 +4,7 @@ import path from "path"; // vite externalize in production, see https://vite.dev
|
|||||||
* Maps namespaces that deviate from the file-name
|
* Maps namespaces that deviate from the file-name
|
||||||
*
|
*
|
||||||
* @remarks expects file-name as value and custom-namespace as key
|
* @remarks expects file-name as value and custom-namespace as key
|
||||||
* */
|
*/
|
||||||
export const namespaceMap = {
|
export const namespaceMap = {
|
||||||
titles: "trainer-titles",
|
titles: "trainer-titles",
|
||||||
moveTriggers: "move-trigger",
|
moveTriggers: "move-trigger",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import { defineConfig, loadEnv, type Rollup, type UserConfig } from "vite";
|
import { defineConfig, loadEnv, type Rollup, type UserConfig } from "vite";
|
||||||
import tsconfigPaths from "vite-tsconfig-paths";
|
import tsconfigPaths from "vite-tsconfig-paths";
|
||||||
import { minifyJsonPlugin } from "./src/plugins/vite/vite-minify-json-plugin";
|
|
||||||
import { LocaleNamespace } from "./src/plugins/vite/namespaces-i18n-plugin";
|
import { LocaleNamespace } from "./src/plugins/vite/namespaces-i18n-plugin";
|
||||||
|
import { minifyJsonPlugin } from "./src/plugins/vite/vite-minify-json-plugin";
|
||||||
|
|
||||||
export const defaultConfig: UserConfig = {
|
export const defaultConfig: UserConfig = {
|
||||||
plugins: [tsconfigPaths(), minifyJsonPlugin(["images", "battle-anims"], true), LocaleNamespace()],
|
plugins: [tsconfigPaths(), minifyJsonPlugin(["images", "battle-anims"], true), LocaleNamespace()],
|
||||||
|
Loading…
Reference in New Issue
Block a user