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
{{ message }}
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
I have turned on modules: True in my brunch.config. Now, although CSS modules are created correctly for CSS files, the output of the less file is only the mapping of the name mangling. Modules are not created for the actual content of the LESS file.
Can somebody please help me find out what I'm doing wrong?
The text was updated successfully, but these errors were encountered:
samirotiv
changed the title
LESS files don't get created as modules in the JS
LESS files don't get created as modules in the output Javascript file
Dec 26, 2016
Hi,
I have turned on modules: True in my brunch.config. Now, although CSS modules are created correctly for CSS files, the output of the less file is only the mapping of the name mangling. Modules are not created for the actual content of the LESS file.
brunch config:
Relevant snippet from warroom.js:
app.component.less:
And there is no search match for beefad or bedead in warroom.js.
Whereas, CSS modules are correctly going into the output file warroom.js.
Example:
Can somebody please help me find out what I'm doing wrong?
The text was updated successfully, but these errors were encountered: