Skip to content

Commit

Permalink
Should execute after ember-css-modules
Browse files Browse the repository at this point in the history
ember-css-modules should run its build step before ember-cli-eyeglass. This allows for CSS Modules intermediate builds to work nicely with Eyeglass. (See https://github.com/salsify/ember-css-modules/blob/master/docs/PREPROCESSORS.md)
  • Loading branch information
timlindvall authored Jan 28, 2021
1 parent d25c729 commit 5df83a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/ember-cli-eyeglass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,10 @@
"volta": {
"node": "10.18.1",
"yarn": "1.22.5"
},
"ember-addon": {
"after": [
"ember-css-modules"
]
}
}

0 comments on commit 5df83a4

Please sign in to comment.