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
I understand referencing the build dir addon-tree-output is not ideal, but this allowed us to create a single app.less file since ember-css-modules used in addons produces its output in the addon-tree-output directory.
What could I do to make this work under an Embroider build?
Thx
The text was updated successfully, but these errors were encountered:
Our app uses
ember-cli-less
,ember-css-modules
and an in-repo addonmy-ir-addon
.ember-css-modules
is configured inmy-ir-addon
with:The file
my-app/app/styles/app.less
contains the line:@import "../../addon-tree-output/my-ir-addon/__COMPILED_STYLES__/my-ir-addon-modules.less"
This import works under a classic build.
Under Embroider, this fails with the error:
'../../addon-tree-output/my-ir-addon/__COMPILED_STYLES__/my-ir-addon-modules.less' wasn't found.
I understand referencing the build dir
addon-tree-output
is not ideal, but this allowed us to create a singleapp.less
file sinceember-css-modules
used in addons produces its output in theaddon-tree-output
directory.What could I do to make this work under an Embroider build?
Thx
The text was updated successfully, but these errors were encountered: