Skip to content
  • David Heinemeier Hansson's avatar
    4a23cb34
    Output Action Cable JS without transpiling and as ESM (#42856) · 4a23cb34
    David Heinemeier Hansson authored
    * Output Action Cable JS without transpiling and as ESM
    
    * Retain umd version under the old name, generate ESM version + duplicate under new name
    
    * Precompile JavaScripts for direct asset pipeline use
    
    * We've dropped support for IE11
    
    * Include deprecation notice for the old file reference
    
    Thanks @rafaelfranca 👍
    
    * Allow app to opt out of precompiling actioncable js assets
    
    cc @rafaelfranca
    
    * Add changelog entries
    4a23cb34
    Output Action Cable JS without transpiling and as ESM (#42856)
    David Heinemeier Hansson authored
    * Output Action Cable JS without transpiling and as ESM
    
    * Retain umd version under the old name, generate ESM version + duplicate under new name
    
    * Precompile JavaScripts for direct asset pipeline use
    
    * We've dropped support for IE11
    
    * Include deprecation notice for the old file reference
    
    Thanks @rafaelfranca 👍
    
    * Allow app to opt out of precompiling actioncable js assets
    
    cc @rafaelfranca
    
    * Add changelog entries
Loading