We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b4a45 commit cecf280Copy full SHA for cecf280
app/routes/project-version/modules/module.js
@@ -18,7 +18,7 @@ export default class ModuleRoute extends ClassRoute.extend(ScrollTracker) {
18
19
// These modules should not have `ember-` tacked onto the front of them
20
// when forming the ids and URLs.
21
- let isNotEmber = klass.match(/@glimmer|rsvp|jquery/);
+ let isNotEmber = klass.match(/@warp-drive|@glimmer|rsvp|jquery/);
22
23
if (!~klass.indexOf(project) && !isNotEmber) {
24
klass = `${project}-${klass}`;
0 commit comments