-
-
Notifications
You must be signed in to change notification settings - Fork 405
Closed
Description
In the 063132c commit, there is now import '../styles/react-tags.scss';.
This is translated in the built version as require('../styles/react-tags.scss'); which is invalid by default.
To work properly, looks like this is requiring a specific environment, such as a dedicated webpack loader. I would advise to remove that requirement.
This is a breaking change for us at Open Collective: opencollective/opencollective-frontend#1003
RoAsHrOaSh, Iuriy-Budnikov and mrpspring