strapi-plugin-meilisearch icon indicating copy to clipboard operation
strapi-plugin-meilisearch copied to clipboard

Change linking to components

Open bidoubiwa opened this issue 4 years ago • 0 comments

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.

bidoubiwa avatar Mar 10 '21 09:03 bidoubiwa