mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 20:34:52 +00:00
Running addonPostprocessTree manually was causing ember-auto-import's postprocess hook to run and generate extra unnecessary chunks. The only reason called addonPostprocessTree directly was to allow the terser plugin to run on the extra public trees. We can do the terser postprocessing manually instead. This commit is approximately the inverse of e1d27400f5d8be345383b52bd118e652724a517e. This commit also removes ember-auto-import as dependencies of admin/wizard/discourse-plugins because they are not 'real' ember addons, and so it isn't serving any useful purpose. (see also https://github.com/discourse/discourse/pull/23974)