Building Confluence 7.5.0 from source fails on "File .browserslistrc not found"

XMLWordPrintable

    • Severity 3 - Minor

      When building Confluence 7.5.0 from source code, you get an error similar to this:

      /confluence-plugins/confluence-bundled-plugins/confluence-webhooks/babel.config.js: Error while loading config - File .browserslistrc not found
      

      This error is caused by a missing browserslist configuration file in the distribution package.

      To work around the issue, create the .browserslistrc file in source code root folder manually with the following content:

      ie >= 11
      last 2 Edge version
      last 2 Chrome version
      last 2 Firefox version
      last 2 Safari version
      last 2 and_chr version
      last 2 and_ff version
      last 2 ios_saf version
      last 2 android version
      

              Assignee:
              Jiri Hronik
              Reporter:
              Jiri Hronik
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: