-
-
Notifications
You must be signed in to change notification settings - Fork 605
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
fix: respected style field from package.json #1099
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1099 +/- ##
==========================================
- Coverage 97.29% 96.77% -0.53%
==========================================
Files 10 10
Lines 481 527 +46
Branches 162 174 +12
==========================================
+ Hits 468 510 +42
- Misses 12 16 +4
Partials 1 1
Continue to review full report at Codecov.
|
bbea9c7
to
c2947ba
Compare
mainFiles: ['index', '...'], | ||
extensions: ['.css'], | ||
restrictions: [/\.css$/i], | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
conditionNames: ['style'],
@cap-Bernardito, question for you: did this ever work? Was the |
@arshaw And yes and no, before this commit you need to setup the |
mainFields: ['css', 'style', 'main', '...'], | ||
mainFiles: ['index', '...'], | ||
extensions: ['.css'], | ||
restrictions: [/\.css$/i], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR contains a:
Motivation / Use-Case
Fixes #683
Breaking Changes
No
Additional Info
No