DEV: Use esbuild to make DiscourseJsProcessor (#23223)

Reverts e2705df and re-lands #23187 and #23219.

The issue was incorrect order of execution of Rails' `assets:precompile` task in our own precompilation stack.

Co-authored-by: David Taylor <david@taylorhq.com>
This commit is contained in:
Jarek Radosz
2023-08-24 16:36:22 +02:00
committed by GitHub
parent fdc2080bd8
commit 70f1cc5552
12 changed files with 253 additions and 327 deletions

View File

@@ -6,7 +6,7 @@ require "json_schemer"
class Theme < ActiveRecord::Base
include GlobalPath
BASE_COMPILER_VERSION = 73
BASE_COMPILER_VERSION = 74
attr_accessor :child_components