0.0.0 • Published 2 months ago

@postinumero/remix-react-intl v0.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

@postinumero/vite-plugin-remix-react-intl

FormatJS (react-intl) & Remix integration

Setup

import reactIntl from "@postinumero/vite-plugin-remix-react-intl";
import { vitePlugin as remix } from "@remix-run/dev";
import { defineConfig } from "vite";
import tsconfigPaths from "vite-tsconfig-paths";

export default defineConfig({
  plugins: [remix(), tsconfigPaths(), reactIntl],
});