discourse/app/assets/javascripts/discourse-hbr/index.js
David Taylor bb941cc850
DEV: Apply raw-hbs compilation via ember-cli-build.js (#24384)
Previously, the discourse-hbr plugin took the entire app tree as its input, and the result would then be merged into the app. This is wasteful and more likely to cause problems in the build pipeline.

See also https://github.com/discourse/discourse/pull/24376
2023-11-15 15:20:32 +00:00

6 lines
72 B
JavaScript

"use strict";
module.exports = {
name: require("./package").name,
};