DEV: Remove template-compiler from frontend test bundle (#24241)

Nowadays, themes/plugins have their templates compiled at build-time, so there is no need for us to carry the template compiler on the frontend during tests
This commit is contained in:
David Taylor 2023-11-06 12:08:45 +00:00 committed by GitHub
parent f953b53a70
commit 4425e99bf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,9 +78,6 @@ module.exports = function (defaults) {
// WARNING: We should only import scripts here if they are not in NPM.
app.import(vendorJs + "bootbox.js");
app.import("node_modules/ember-source/dist/ember-template-compiler.js", {
type: "test",
});
app.import(discourseRoot + "/app/assets/javascripts/polyfills.js");
app.import(