Skip to content

Commit

Permalink
Update packages/compat/src/v1-addon.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Jackson <[email protected]>
  • Loading branch information
stefanpenner and rwjblue authored Aug 27, 2021
1 parent 61fb016 commit a04ee3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/compat/src/v1-addon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -739,11 +739,11 @@ export default class V1Addon {
let addonStylesTree = this.addonStylesTree();
if (addonStylesTree) {
if (this.app.hasCompiledStyles) {
// >= ember-cli@4.18 store css files in <addon-name/__COMPILED_STYLES__
// >= ember-cli@3.18 store css files in <addon-name/__COMPILED_STYLES__
// and for embroider to work correctly need to be moved back to `/`
//
// speaking with @rwjblue the ember-cli build is now frozen, and it is
// ok to assume that after the above version no changes will occure
// ok to assume that after the above version no changes will occur
// makings this work-around safe.
//
// additional context: https://github.com/embroider-build/embroider/pull/934/files#r695269976
Expand Down

0 comments on commit a04ee3f

Please sign in to comment.