Problem/Motivation

The commited footnotes.js is built in dev mode (with yarn watch).
For better performances, it should be built on production mode (with yarn build).

(See #3341267: Explain that JS should be built with webpack production mode)

Proposed resolution

Run yarn build and commit the new version.

Issue fork footnotes-3391682

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

prudloff created an issue. See original summary.

prudloff’s picture

Status: Active » Needs review
Related issues: +#3341267: Explain that JS should be built with webpack production mode
scott_euser’s picture

Status: Needs review » Reviewed & tested by the community

Double-checked and re-compiling with 'build' on 3.1.x still compiles to what is in this merge request. Thanks!

scott_euser’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.