-
-
Notifications
You must be signed in to change notification settings - Fork 188
v2.0.1 fails build of @hospitalrun/frontend #583
Comments
@jackcmeyer Perhaps the SCSS should all be moved to the scss folder? Then we wouldn't need to reference the src folder when importing. |
Can I pick this with the following questions? Please bear with me if am asking the obvious here. I am just getting to know the @HospitalRun codebase. Current npm package - @hospitalrun/components - ships raw *.scss files.
This way front-end does not need to do any .scss reference as these will be picked up by imports in the @hospitalrun/components/dist/components.esm.js.
I tested this with both @components and @front-end successfully. And both worked w/o any errors and passed all tests. Would like to know everyone's thoughts on this as well. Thanks. |
@CreativeCreate Go for it! I think this is the best possible fix at the moment! I really like what you've written. Your assumptions are correct! |
Please note: now that there's no need for .scss references in the front-end, the main.scss reference in the front-end must be removed as follows.
Not sure whether I should make a pull-request for the above front-end changes w/o getting assigned? |
When using @hospitalrun/components v2.0.1 in @hospitalrun/frontend, the build fails.
🐛 Bug Report
https://github.com/HospitalRun/hospitalrun-frontend/runs/1088553167
Expected behavior
The build should not fail.
Technical Notes
Caused by #581
The text was updated successfully, but these errors were encountered: