chore: rename package to vite-plugin-component-locker and update documentation and imports
This commit is contained in:
@@ -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(), '');
|
||||
|
||||
Reference in New Issue
Block a user