I’m trying something similar in v4 but not importing from strapi-plugin-content-manager, instead I want to access these components @strapi/admin/admin/src/content-manager/components
import NonRepeatableComponent from "@strapi/admin/admin/src/content-manager/components/NonRepeatableComponent";
But I’m getting this error
ERROR in ./node_modules/@strapi/admin/admin/src/content-manager/components/NonRepeatableComponent/index.js 22:4
Module parse failed: Unexpected token (22:4)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
Is there any webpack config needed here