Uploaded image for project: 'Qpid Dispatch'
  1. Qpid Dispatch
  2. DISPATCH-1076

Don't concat console's source files into a single file

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.2.0
    • 1.3.0
    • Console
    • None

    Description

      The console is structured using ES6 module syntax (export/import). Each file is a separate module. Currently those files/modules are all concatenated into a single file during the console's build process. This is not the correct way to handle ES6 modules. They should remain in separate files. This allows the browser to cache them correctly.

      Don't concatenate the console's source files into a single file during the build. Third party libraries should still be concatenated into a single file since they are not ES6 modules.

       

       

      Attachments

        Activity

          People

            eallen Ernest Allen
            eallen Ernest Allen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: