You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preprocessor errors are swallowed and ignored. Specifically, errors thrown from the function exported from the preprocessCssoption file don't cause the build to fail.
Additionally, if a require()d .scss file isn't found, the build continues without error.
Both cases are shown in the repro repo.
The text was updated successfully, but these errors were encountered:
Reproduction repo: https://github.com/samsch/css-modules-transform-scss-no-error
Preprocessor errors are swallowed and ignored. Specifically, errors thrown from the function exported from the
preprocessCss
option file don't cause the build to fail.Additionally, if a
require()
d .scss file isn't found, the build continues without error.Both cases are shown in the repro repo.
The text was updated successfully, but these errors were encountered: