Skip to content

Possible issue with webpack path resolver after migrating to v.5.0.0 #11838

Open
@Korabelnykov

Description

@Korabelnykov

Hello cra team,
We have mono repository with 4 project and components library. We use yarn worspace to symlink components dependecy to project.
Components library is built with rollup. TS and CSS are compiled into bundles. Also we are copiing scss variables to dist for reusing it in projects.
We import styles and scss variables to projects from node_modules using alias like this

import "~components/dist/style.css"
import "~components/scss/variable"

Everything works fine on 4.0.3, but after migarting to 5.0.0 looks like something wrong with path resolver in webpack.
We also have tried without ~, as it is deprecated in sass, but result is still the same.
Also we are not able to load some JSON files in typescript module from "components/dist/some.json"
We are using react-scripts with typescript, seems like exports property in package.json is still experimental for typescript.

We have already tried all of the simple solutions like re-install of the node_modules.

Could you please assist?
147358341-27922286-a338-4126-a8b0-e6b111232844
absolute_common_lib_path-not-working2
css-loader-error-with-sass-loader
path-resolver-with-relative-path-works

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions