chore: rename package to vite-plugin-component-locker and update documentation and imports

This commit is contained in:
Vitalii Litvinchuk
2026-06-10 15:51:04 +03:00
parent dc8c379ecf
commit d787116167
6 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { defineConfig, loadEnv } from "vite";
import react from "@vitejs/plugin-react";
import { cryptoLockerPlugin } from "@crypto-locker/core/plugin";
import { cryptoLockerPlugin } from "vite-plugin-component-locker/plugin";
export default defineConfig(({ mode }) => {
const env = loadEnv(mode, process.cwd(), '');