Skip to content
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

chore(vite): Normalize SCSS node_modules imports #1930

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

lordrip
Copy link
Member

@lordrip lordrip commented Jan 22, 2025

Context

After forwarding DragDrop.scss, we need to instruct vite to import files starting with ~ from the node_modules folder.

Changes

This commit normalizes the required configuration to do so.

Comes from: #1927
Relates: https://github.com/KaotoIO/kaoto/pull/1927/files#r1924952467

@lordrip
Copy link
Member Author

lordrip commented Jan 22, 2025

Tested it in VS Code, Web and DataMapper debugger

After forwarding `DragDrop.scss`, we need to instruct `vite` to import
files starting with `~` from the `node_modules` folder.

This commit normalizes the required configuration to do so.

Comes from: KaotoIO#1927
Relates: https://github.com/KaotoIO/kaoto/pull/1927/files#r1924952467
@lordrip lordrip force-pushed the chore/normalize-scss-node-import branch from 5eb229d to cf9c02c Compare January 22, 2025 09:27
Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.58%. Comparing base (496414e) to head (cf9c02c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1930   +/-   ##
=========================================
  Coverage     78.58%   78.58%           
  Complexity      367      367           
=========================================
  Files           468      468           
  Lines         14825    14825           
  Branches       2817     2817           
=========================================
  Hits          11650    11650           
  Misses         2904     2904           
  Partials        271      271           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lordrip lordrip merged commit 03a7be9 into KaotoIO:main Jan 22, 2025
13 checks passed
@lordrip lordrip deleted the chore/normalize-scss-node-import branch January 22, 2025 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant