mirror of
https://github.com/strapi/strapi.git
synced 2025-07-25 18:05:07 +00:00

* feat: add vite * fix: CheckPagePermissions was buggy * fix: vite CJS warning & double print of experimental message * chore: move to use plugins-workspace folder * chore: update deps --------- Co-authored-by: Paul <45032974+hide-me@users.noreply.github.com>
6 lines
136 B
JavaScript
6 lines
136 B
JavaScript
import pluginPkg from '../../package.json';
|
|
|
|
const pluginId = pluginPkg.name.replace(/^strapi-plugin-/i, '');
|
|
|
|
export default pluginId;
|