for example I have a component in "/src/components/CustomComponent/CustomComponent.tsx" and I can only import the component with "../components/CustomComponent/CustomComponent" but not with "../components/CustomComponent" as it should work.
I am also using the following packages (all updated to the latest versions) with the project:
package.json - devDependencies:
Hi there. I wanted to add your plugin to an existing webpack 5 (latest version: 5.93.0) powered project:
webpack.config.js
but it doesn't seem to work properly.
for example I have a component in "/src/components/CustomComponent/CustomComponent.tsx" and I can only import the component with "../components/CustomComponent/CustomComponent" but not with "../components/CustomComponent" as it should work.
I am also using the following packages (all updated to the latest versions) with the project: package.json - devDependencies: