strapi-plugin-meilisearch
strapi-plugin-meilisearch copied to clipboard
Change linking to components
I would like to avoid having to use links like this
import { Wrapper } from '../components/Wrapper'
But would rather do the following:
import { Wrapper } from 'components/Wrapper'
It is possible by changing the compiler options on a strapi app but the plugin is not compiled independently.