Skip to content

feat(angular-rspack): support pkg scheme importer #124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2025
Merged

Conversation

zack9433
Copy link
Contributor

@zack9433 zack9433 commented Jun 22, 2025

Support sass pkg URL scheme

Some UI Libraries export their Sass entry point via ⁠package.json. You can refer to the example below.

{
  "exports": {
    ".": {
      "sass": "styles/index.scss",
    },
    "./button.scss": {
      "sass": "styles/button.scss",
    },
    "./accordion.scss": {
      "sass": "styles/accordion.scss",
    }
  }
}

Unverified

This user has not yet uploaded their public signing key.
Copy link

nx-cloud bot commented Jun 27, 2025

View your CI Pipeline Execution ↗ for commit fa9309c.

Command Status Duration Result
nx-cloud record -- pnpm check-commit ✅ Succeeded 1s View ↗

☁️ Nx Cloud last updated this comment at 2025-06-27 08:53:03 UTC

@Coly010 Coly010 merged commit c156394 into nrwl:main Jun 27, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants