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've got the beta embroider version of ember-css-modules installed (1.3.0-beta.1). When turning on the staticHelpers: true embroider option, ember-css-modules cannot seem to find the local-class helper:
Error: Compile Error: local-class is not a helper
Also, I tried to debug by doing a stage-1-only build, but that threw a build error:
> STAGE1_ONLY=true ember b
Build Error (BroccoliBridgePlaceholder)
BroccoliBridge placeholder 'modules' was never fulfilled.
The text was updated successfully, but these errors were encountered:
Similar to #160
Reproduction here: https://github.com/danwenzel/embroider-issues/tree/css-modules, but change
staticComponents: true
tostaticHelpers: true
inember-cli-build.js
I've got the beta embroider version of ember-css-modules installed (1.3.0-beta.1). When turning on the
staticHelpers: true
embroider option, ember-css-modules cannot seem to find thelocal-class
helper:Also, I tried to debug by doing a stage-1-only build, but that threw a build error:
The text was updated successfully, but these errors were encountered: